Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ccbc26a

Browse files
committed
Add a "Changed in version" to the docs for issue #15132.
1 parent 0562379 commit ccbc26a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Doc/library/unittest.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1830,6 +1830,10 @@ Loading and running tests
18301830
The *verbosity*, *failfast*, *catchbreak*, *buffer*
18311831
and *warnings* parameters were added.
18321832

1833+
.. versionchanged:: 3.4
1834+
The *defaultTest* parameter was changed to also accept an iterable of
1835+
test names.
1836+
18331837

18341838
load_tests Protocol
18351839
###################

0 commit comments

Comments
 (0)