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 2010-12-03.02:09:28
SpamBayes Score 0.0008354736
Marked as misclassified No
Message-id <1291342169.36.0.09336436937.issue10612@psf.upfronthosting.co.za>
In-reply-to
Content
It is hard for test infrastructure to halt a test run unless it has access to the result object. 

A StopTestRun exception could be provided. This could be caught in TestCase.run and call TestResult.stop().

It could be parameterized so that StopTestRun(report=False) bombs out and stops the test run completely.
History
Date User Action Args
2010-12-03 02:09:29michael.foordsetrecipients: + michael.foord
2010-12-03 02:09:29michael.foordsetmessageid: <1291342169.36.0.09336436937.issue10612@psf.upfronthosting.co.za>
2010-12-03 02:09:28michael.foordlinkissue10612 messages
2010-12-03 02:09:28michael.foordcreate