[docs] [issue17329] Document unittest.SkipTest
Zachary Ware
report at bugs.python.org
Tue Mar 5 23:37:55 CET 2013
Zachary Ware added the comment:
In the patches, the description of SkipTest is copied directly from the docstring in Lib/unittest/case.py with a bit of markup added. It mentions TestResult.skip(), which doesn't exist. I wonder if that was meant to be TestCase.skipTest()?
----------
type: -> enhancement
versions: +Python 2.7, Python 3.2
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17329>
_______________________________________
More information about the docs
mailing list