commit | 3510632ad39783b12bbd666e3ed73ff0bf07d8e4 | [log] [tgz] |
---|---|---|
author | Sandro Tosi <sandro.tosi@gmail.com> | Sat Mar 31 18:44:18 2012 +0200 |
committer | Sandro Tosi <sandro.tosi@gmail.com> | Sat Mar 31 18:44:18 2012 +0200 |
tree | 6ab9dba931e9e2ae49eda420fecb10f68aba0e48 | |
parent | 4cc229ad6507ff6cd38f843115ecdbd1cb3466b8 [diff] | |
parent | 9e892bbf28a2797c251a89805a18e006b95623f3 [diff] |
merge heads
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index bf58cad..a51e947 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst
@@ -640,7 +640,7 @@ 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