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 zach.ware
Recipients ezio.melotti, michael.foord, ned.deily, pitrou, serhiy.storchaka, terry.reedy, vajrasky, vstinner, zach.ware
Date 2013-11-13.17:18:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384363138.24.0.069015771908.issue19572@psf.upfronthosting.co.za>
In-reply-to
Content
(Nosy list copied from #18702)

Grepping for "^\s+return$" and "^\s+pass$" in Lib/test turned up several more tests that are silently skipped (along with many legitimate uses of each).  The attached patch turns each into a skip in a few various ways, including splitting a test into two tests in a couple of cases.

I'll make a few comments on Rietveld myself to point out places where I would really like some extra scrutiny.
History
Date User Action Args
2013-11-13 17:19:02zach.waresetrecipients: + zach.ware, terry.reedy, pitrou, vstinner, ned.deily, ezio.melotti, michael.foord, serhiy.storchaka, vajrasky
2013-11-13 17:18:58zach.waresetmessageid: <1384363138.24.0.069015771908.issue19572@psf.upfronthosting.co.za>
2013-11-13 17:18:58zach.warelinkissue19572 messages
2013-11-13 17:18:57zach.warecreate