From: Georg Brandl Date: Sat, 10 Apr 2010 11:15:24 +0000 (+0000) Subject: #8360: skipTest was added in 2.7. X-Git-Tag: v2.7b1~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=90aae551b141b80a9010c7d1950751e74e419e45;p=thirdparty%2FPython%2Fcpython.git #8360: skipTest was added in 2.7. --- diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index 756f1d448d2a..ad6991d09a75 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()