mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
#17871: merge with 3.3.
This commit is contained in:
commit
7168879eb2
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -208,6 +208,7 @@ Godefroid Chapelle
|
|||
Brad Chapman
|
||||
Greg Chapman
|
||||
Mitch Chapman
|
||||
Yogesh Chaudhari
|
||||
David Chaum
|
||||
Nicolas Chauvat
|
||||
Jerry Chen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue