From 90aae551b141b80a9010c7d1950751e74e419e45 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 10 Apr 2010 11:15:24 +0000 Subject: [PATCH] #8360: skipTest was added in 2.7. --- Doc/library/unittest.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index 756f1d448d2..ad6991d09a7 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()