#17871: merge with 3.3.

This commit is contained in:
Ezio Melotti 2013-05-07 09:47:08 +03:00
commit 7168879eb2
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

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