]> granicus.if.org Git - python/commitdiff
#17871: fix unittest.TextTestRunner signature in the docs. Patch by Yogesh Chaudhari.
authorEzio Melotti <ezio.melotti@gmail.com>
Tue, 7 May 2013 06:46:30 +0000 (09:46 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Tue, 7 May 2013 06:46:30 +0000 (09:46 +0300)
Doc/library/unittest.rst
Misc/ACKS

index c44ab23b3155268cf63190d5adbaf06ffee52915..85d1ce619074e532011385f6f3a772e0f94f9e3c 100644 (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
index 328af13f1d48d974294bbb45984e3ac1e2d04a45..56bb6afb83e1ef5561f72ac997189984ad4416dd 100644 (file)
--- 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