[issue19572] Report more silently skipped tests as skipped

Zachary Ware report at bugs.python.org
Wed Nov 13 21:24:41 CET 2013


Zachary Ware added the comment:

Starting a review of #19492, I realized my original regexs didn't take comments into account.  Grepping "^\s+return\s*(#.*)?$" instead turned up a couple more skips, including some in test_tempfile that said "return  # ugh, can't use SkipTest", relics of the days before unittest.SkipTest.

----------
Added file: http://bugs.python.org/file32601/skiptest_not_return_or_pass.v2.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19572>
_______________________________________


More information about the Python-bugs-list mailing list