summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/unittest.rst3
-rw-r--r--Misc/ACKS1
2 files changed, 3 insertions, 1 deletions
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst
index 766122b..26245b5 100644
--- a/Doc/library/unittest.rst
+++ b/Doc/library/unittest.rst
@@ -1850,7 +1850,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 b8172b6..12c81f9 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -208,6 +208,7 @@ Godefroid Chapelle
Brad Chapman
Greg Chapman
Mitch Chapman
+Yogesh Chaudhari
David Chaum
Nicolas Chauvat
Jerry Chen