This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients docs@python, michael.foord, techtonik, terry.reedy
Date 2011-03-05.00:08:18
SpamBayes Score 0.00051268196
Marked as misclassified No
Message-id <1299283699.98.0.260659282819.issue11385@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-03-05 00:08:20terry.reedysetrecipients: + terry.reedy, techtonik, michael.foord, docs@python
2011-03-05 00:08:19terry.reedysetmessageid: <1299283699.98.0.260659282819.issue11385@psf.upfronthosting.co.za>
2011-03-05 00:08:18terry.reedylinkissue11385 messages
2011-03-05 00:08:18terry.reedycreate