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-04.23:26:20
SpamBayes Score 0.028871788
Marked as misclassified No
Message-id <1299281181.56.0.471703405409.issue11385@psf.upfronthosting.co.za>
In-reply-to
Content
I also see that TextTestRunner has an attribute resultclass, which is TextTestResult. Is this intended to be ever changed?

The docstring for TTRunner says "It prints out the names of tests as they are run, errors as they occur, and a summary of the results at the end of the test run." which seems to be what .main() does. The manual just has the less informative "A basic test runner implementation that outputs results to a stream." I prefer the former.
History
Date User Action Args
2011-03-04 23:26:21terry.reedysetrecipients: + terry.reedy, techtonik, michael.foord, docs@python
2011-03-04 23:26:21terry.reedysetmessageid: <1299281181.56.0.471703405409.issue11385@psf.upfronthosting.co.za>
2011-03-04 23:26:20terry.reedylinkissue11385 messages
2011-03-04 23:26:20terry.reedycreate