mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
#17329: document unittest.SkipTest. Initial patch by Zachary Ware.
This commit is contained in:
parent
7380a67267
commit
265281ac02
2 changed files with 11 additions and 4 deletions
|
@ -23,7 +23,7 @@ class SkipTest(Exception):
|
|||
"""
|
||||
Raise this exception in a test to skip it.
|
||||
|
||||
Usually you can use TestResult.skip() or one of the skipping decorators
|
||||
Usually you can use TestCase.skipTest() or one of the skipping decorators
|
||||
instead of raising this directly.
|
||||
"""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue