#17871: fix unittest.TextTestRunner signature in the docs. Patch by Yogesh Chaudhari.

This commit is contained in:
Ezio Melotti 2013-05-07 09:46:30 +03:00
parent 12f588adeb
commit 9c939bceeb
2 changed files with 3 additions and 1 deletions

View File

@ -1746,7 +1746,8 @@ Loading and running tests
instead of repeatedly creating new instances.
.. class:: TextTestRunner(stream=None, descriptions=True, verbosity=1, runnerclass=None, warnings=None)
.. class:: TextTestRunner(stream=None, descriptions=True, verbosity=1, failfast=False, \
buffer=False, resultclass=None, warnings=None)
A basic test runner implementation that outputs results to a stream. If *stream*
is ``None``, the default, :data:`sys.stderr` is used as the output stream. This class

View File

@ -204,6 +204,7 @@ Godefroid Chapelle
Brad Chapman
Greg Chapman
Mitch Chapman
Yogesh Chaudhari
David Chaum
Nicolas Chauvat
Jerry Chen