New submission from Zachary Ware:

(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.

----------
components: Tests
files: skiptest_not_return_or_pass.diff
keywords: patch
messages: 202762
nosy: ezio.melotti, haypo, michael.foord, ned.deily, pitrou, serhiy.storchaka, 
terry.reedy, vajrasky, zach.ware
priority: normal
severity: normal
stage: patch review
status: open
title: Report more silently skipped tests as skipped
type: enhancement
versions: Python 3.3, Python 3.4
Added file: http://bugs.python.org/file32599/skiptest_not_return_or_pass.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19572>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to