[docs] [issue11385] TextTestRunner methods are not documented
Terry J. Reedy
report at bugs.python.org
Sat Mar 5 01:08:20 CET 2011
Terry J. Reedy <tjreedy at udel.edu> added the comment:
class unittest.TextTestRunner(stream=None, descriptions=True, verbosity=1, runnerclass=None, warnings=None)
stream is documented, the others are not (except for some garbled text about warnings). "This class has a few configurable parameters, " is not helpful.
It seems that TextTestRunner was meant to be a subclass of a documented TestRunner class (just as TextTestResult subclasses TestResult), except that is it not.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11385>
_______________________________________
More information about the docs
mailing list