[docs] [issue11385] TextTestRunner methods are not documented
Michael Foord
report at bugs.python.org
Sat Mar 5 00:28:04 CET 2011
Michael Foord <michael at voidspace.org.uk> added the comment:
Except the former is incorrect as the responsibility for printing results as they occur is with the TestResult and not the runner. I'll look at this and improve the docs for the runner.
(And yes unittest.main() creates and uses a runner under the hood. It is frequently used directly by test frameworks as well though.)
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11385>
_______________________________________
More information about the docs
mailing list