diff options
| author | Georg Brandl <georg@python.org> | 2013-03-28 07:57:50 (GMT) |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2013-03-28 07:57:50 (GMT) |
| commit | f5390fc162719b9417142bec033f4e25bccb9434 (patch) | |
| tree | f5dd1e5be50ea699ce146ed454724fdccbc2f0be /Lib/unittest/case.py | |
| parent | 1df04e88ae35cc6576e93f45962b153092048181 (diff) | |
| parent | fd4365a4d84d064046669267123d4858926f88fa (diff) | |
| download | cpython-f5390fc162719b9417142bec033f4e25bccb9434.zip cpython-f5390fc162719b9417142bec033f4e25bccb9434.tar.gz cpython-f5390fc162719b9417142bec033f4e25bccb9434.tar.bz2 | |
merge with last upstream doc changes in 3.2
Diffstat (limited to 'Lib/unittest/case.py')
| -rw-r--r-- | Lib/unittest/case.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/unittest/case.py b/Lib/unittest/case.py index bea8107..0ef3de7 100644 --- a/Lib/unittest/case.py +++ b/Lib/unittest/case.py @@ -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. """ |
