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 martin.panter
Recipients ezio.melotti, martin.panter, michael.foord, pitrou, rbcollins, zach.ware
Date 2015-12-17.07:45:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450338312.57.0.0467199668082.issue25894@psf.upfronthosting.co.za>
In-reply-to
Content
Okay, so you have a test with subtests. You have presented three cases:

1. Single subtest which passes. No problem I assume.

2. Two subtests: 1st fails, 2nd passes. This is how subtests are normally used, so I guess there is no problem. Is that right?

3. After two subtests have already run (one of which failed), SkipTest is raised. I guess you want the test results to be reported better in this case.

What is the use case? Why not skip the test before any subtests are started?
History
Date User Action Args
2015-12-17 07:45:12martin.pantersetrecipients: + martin.panter, pitrou, rbcollins, ezio.melotti, michael.foord, zach.ware
2015-12-17 07:45:12martin.pantersetmessageid: <1450338312.57.0.0467199668082.issue25894@psf.upfronthosting.co.za>
2015-12-17 07:45:12martin.panterlinkissue25894 messages
2015-12-17 07:45:12martin.pantercreate