Commit 9c939bce authored by Ezio Melotti's avatar Ezio Melotti

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

parent 12f588ad
...@@ -1746,7 +1746,8 @@ Loading and running tests ...@@ -1746,7 +1746,8 @@ Loading and running tests
instead of repeatedly creating new instances. 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* 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 is ``None``, the default, :data:`sys.stderr` is used as the output stream. This class
......
...@@ -204,6 +204,7 @@ Godefroid Chapelle ...@@ -204,6 +204,7 @@ Godefroid Chapelle
Brad Chapman Brad Chapman
Greg Chapman Greg Chapman
Mitch Chapman Mitch Chapman
Yogesh Chaudhari
David Chaum David Chaum
Nicolas Chauvat Nicolas Chauvat
Jerry Chen Jerry Chen
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment