]> granicus.if.org Git - python/commitdiff
#8360: skipTest was added in 2.7.
authorGeorg Brandl <georg@python.org>
Sat, 10 Apr 2010 11:15:24 +0000 (11:15 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 10 Apr 2010 11:15:24 +0000 (11:15 +0000)
Doc/library/unittest.rst

index 756f1d448d2aff1730cd6a1c7561891998221174..ad6991d09a75c5b33b32d24e78db505561735208 100644 (file)
@@ -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()