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 ezio.melotti
Recipients ezio.melotti, martin.panter, michael.foord, pitrou, r.david.murray, rbcollins, zach.ware
Date 2015-12-28.22:52:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451343156.62.0.405014113739.issue25894@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.

I think the priority should be error > failure > skip > pass.
IOW, pass should never be reported if any of the other 3 happen, skip should be reported only if there are no errors/failures, and errors should trump failures.
History
Date User Action Args
2015-12-28 22:52:36ezio.melottisetrecipients: + ezio.melotti, pitrou, rbcollins, r.david.murray, michael.foord, martin.panter, zach.ware
2015-12-28 22:52:36ezio.melottisetmessageid: <1451343156.62.0.405014113739.issue25894@psf.upfronthosting.co.za>
2015-12-28 22:52:36ezio.melottilinkissue25894 messages
2015-12-28 22:52:36ezio.melotticreate