mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
merge with 3.2
This commit is contained in:
commit
4cc229ad65
1 changed files with 1 additions and 1 deletions
|
|
@ -640,7 +640,7 @@ This is the output of running the example above in verbose mode: ::
|
||||||
|
|
||||||
Classes can be skipped just like methods: ::
|
Classes can be skipped just like methods: ::
|
||||||
|
|
||||||
@skip("showing class skipping")
|
@unittest.skip("showing class skipping")
|
||||||
class MySkippedTestCase(unittest.TestCase):
|
class MySkippedTestCase(unittest.TestCase):
|
||||||
def test_not_run(self):
|
def test_not_run(self):
|
||||||
pass
|
pass
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue