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 michael.foord
Recipients docs@python, michael.foord, techtonik, terry.reedy
Date 2011-03-04.23:28:03
SpamBayes Score 0.00030543475
Marked as misclassified No
Message-id <1299281283.93.0.294306736309.issue11385@psf.upfronthosting.co.za>
In-reply-to
Content
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.)
History
Date User Action Args
2011-03-04 23:28:04michael.foordsetrecipients: + michael.foord, terry.reedy, techtonik, docs@python
2011-03-04 23:28:03michael.foordsetmessageid: <1299281283.93.0.294306736309.issue11385@psf.upfronthosting.co.za>
2011-03-04 23:28:03michael.foordlinkissue11385 messages
2011-03-04 23:28:03michael.foordcreate