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, r.david.murray, rbcollins, zach.ware
Date 2015-12-18.00:33:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450398785.63.0.425958136241.issue25894@psf.upfronthosting.co.za>
In-reply-to
Content
Yes now I understand. If a subtest fails, there is no status update (not even a newline in verbose mode), and each subtest skip triggers a separate status update.

My gut feeling is that any subtest failure should be counted as the whole test failing. I’m not sure how the failure vs error cases should be handled. Maybe error should trump failure.

Judging by <https://bugs.python.org/issue16997#msg180259>, Antoine intended for SkipTest to skip subtests. But I’m not sure that be reported as the whole test being skipped.
History
Date User Action Args
2015-12-18 00:33:05martin.pantersetrecipients: + martin.panter, pitrou, rbcollins, ezio.melotti, r.david.murray, michael.foord, zach.ware
2015-12-18 00:33:05martin.pantersetmessageid: <1450398785.63.0.425958136241.issue25894@psf.upfronthosting.co.za>
2015-12-18 00:33:05martin.panterlinkissue25894 messages
2015-12-18 00:33:05martin.pantercreate