diff options
author | Georg Brandl <georg@python.org> | 2010-04-10 11:15:24 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-04-10 11:15:24 +0000 |
commit | 90aae551b141b80a9010c7d1950751e74e419e45 (patch) | |
tree | 9dbfc0b40ae2d85427635034500c40b060c7729d | |
parent | a1d61d049591f10f8993e2ec591ba2b6acc10353 (diff) | |
download | cpython-git-90aae551b141b80a9010c7d1950751e74e419e45.tar.gz |
#8360: skipTest was added in 2.7.
-rw-r--r-- | Doc/library/unittest.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index 756f1d448d..ad6991d09a 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -733,6 +733,8 @@ Test cases 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() |