summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-04-10 11:15:24 (GMT)
committerGeorg Brandl <georg@python.org>2010-04-10 11:15:24 (GMT)
commit90aae551b141b80a9010c7d1950751e74e419e45 (patch)
tree9dbfc0b40ae2d85427635034500c40b060c7729d /Doc
parenta1d61d049591f10f8993e2ec591ba2b6acc10353 (diff)
downloadcpython-90aae551b141b80a9010c7d1950751e74e419e45.zip
cpython-90aae551b141b80a9010c7d1950751e74e419e45.tar.gz
cpython-90aae551b141b80a9010c7d1950751e74e419e45.tar.bz2
#8360: skipTest was added in 2.7.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/unittest.rst2
1 files changed, 2 insertions, 0 deletions
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 @@ 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()