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 michael.foord
Date 2011-03-05.13:43:31
SpamBayes Score 0.0018354182
Marked as misclassified No
Message-id <1299332611.94.0.0298919007686.issue11407@psf.upfronthosting.co.za>
In-reply-to
Content
If you call TestCase.run without an argument it will create a default TestResult and use it to execute the test. It should return the result so that you can introspect it.
History
Date User Action Args
2011-03-05 13:43:32michael.foordsetrecipients: + michael.foord
2011-03-05 13:43:31michael.foordsetmessageid: <1299332611.94.0.0298919007686.issue11407@psf.upfronthosting.co.za>
2011-03-05 13:43:31michael.foordlinkissue11407 messages
2011-03-05 13:43:31michael.foordcreate