Kaydet (Commit) 1826f636 authored tarafından Senthil Kumaran's avatar Senthil Kumaran

Issue26097 - Fix the TextTestRunner documentation, mention all the arguments of the class.

Patch contributed by Nicolas Évrard.
üst 71202bb0
......@@ -1764,9 +1764,10 @@ Loading and running tests
instead of repeatedly creating new instances.
.. class:: TextTestRunner(stream=sys.stderr, descriptions=True, verbosity=1)
.. class:: TextTestRunner(stream=sys.stderr, descriptions=True, verbosity=1, \
failfast=False, buffer=False, resultclass=None)
A basic test runner implementation which prints results on standard error. It
A basic test runner implementation which prints results on standard error. It
has a few configurable parameters, but is essentially very simple. Graphical
applications which run test suites should provide alternate implementations.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment