Martin Panter added the comment: 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? ---------- nosy: +martin.panter _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue25894> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com