commit | 90aae551b141b80a9010c7d1950751e74e419e45 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Apr 10 11:15:24 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Sat Apr 10 11:15:24 2010 +0000 |
tree | 9dbfc0b40ae2d85427635034500c40b060c7729d | |
parent | a1d61d049591f10f8993e2ec591ba2b6acc10353 [diff] [blame] |
#8360: skipTest was added in 2.7.
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index 756f1d4..ad6991d 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst
@@ -733,6 +733,8 @@ Calling this during the a test method or :meth:`setUp` skips the current test. See :ref:`unittest-skipping` for more information. + .. versionadded:: 2.7 + .. method:: debug()