Message 202762 - Python tracker
Message202762
| 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:02 | zach.ware | set | recipients: + zach.ware, terry.reedy, pitrou, vstinner, ned.deily, ezio.melotti, michael.foord, serhiy.storchaka, vajrasky |
| 2013-11-13 17:18:58 | zach.ware | set | messageid: <1384363138.24.0.069015771908.issue19572@psf.upfronthosting.co.za> |
| 2013-11-13 17:18:58 | zach.ware | link | issue19572 messages |
| 2013-11-13 17:18:57 | zach.ware | create | |