Kaydet (Commit) 6ca845c6 authored tarafından Sandro Tosi's avatar Sandro Tosi

use unittest.skip; thanks to Chang Min Jeon from docs@

üst 93a224dd
......@@ -616,7 +616,7 @@ This is the output of running the example above in verbose mode: ::
Classes can be skipped just like methods: ::
@skip("showing class skipping")
@unittest.skip("showing class skipping")
class MySkippedTestCase(unittest.TestCase):
def test_not_run(self):
pass
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment