From: Ezio Melotti Date: Tue, 7 May 2013 06:46:30 +0000 (+0300) Subject: #17871: fix unittest.TextTestRunner signature in the docs. Patch by Yogesh Chaudhari. X-Git-Tag: v3.3.2~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9c939bceeb0074bfc177041daaee75d8da5d1676;p=thirdparty%2FPython%2Fcpython.git #17871: fix unittest.TextTestRunner signature in the docs. Patch by Yogesh Chaudhari. --- diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index c44ab23b3155..85d1ce619074 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -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 diff --git a/Misc/ACKS b/Misc/ACKS index 328af13f1d48..56bb6afb83e1 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -204,6 +204,7 @@ Godefroid Chapelle Brad Chapman Greg Chapman Mitch Chapman +Yogesh Chaudhari David Chaum Nicolas Chauvat Jerry Chen