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, pitrou
Date 2010-09-15.09:52:15
SpamBayes Score 0.00042255857
Marked as misclassified No
Message-id <1284544351.44.0.210057402801.issue9857@psf.upfronthosting.co.za>
In-reply-to
Content
Interesting use case.

If the test has not yet failed this is fine. The problem is that if an exception has *already* been raised then it will already have been added to the result - so by then skipping is meaningless (or contradictory - the test can fail *and* skip).
History
Date User Action Args
2010-09-15 09:52:31michael.foordsetrecipients: + michael.foord, pitrou
2010-09-15 09:52:31michael.foordsetmessageid: <1284544351.44.0.210057402801.issue9857@psf.upfronthosting.co.za>
2010-09-15 09:52:15michael.foordlinkissue9857 messages
2010-09-15 09:52:15michael.foordcreate