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

Skip to content

Commit 9c939bc

Browse files
committed
#17871: fix unittest.TextTestRunner signature in the docs. Patch by Yogesh Chaudhari.
1 parent 12f588a commit 9c939bc

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Doc/library/unittest.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1746,7 +1746,8 @@ Loading and running tests
17461746
instead of repeatedly creating new instances.
17471747

17481748

1749-
.. class:: TextTestRunner(stream=None, descriptions=True, verbosity=1, runnerclass=None, warnings=None)
1749+
.. class:: TextTestRunner(stream=None, descriptions=True, verbosity=1, failfast=False, \
1750+
buffer=False, resultclass=None, warnings=None)
17501751

17511752
A basic test runner implementation that outputs results to a stream. If *stream*
17521753
is ``None``, the default, :data:`sys.stderr` is used as the output stream. This class

Misc/ACKS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ Godefroid Chapelle
204204
Brad Chapman
205205
Greg Chapman
206206
Mitch Chapman
207+
Yogesh Chaudhari
207208
David Chaum
208209
Nicolas Chauvat
209210
Jerry Chen

0 commit comments

Comments
 (0)