[Python-checkins] r79923 - python/trunk/Doc/library/unittest.rst

georg.brandl python-checkins at python.org
Sat Apr 10 13:15:24 CEST 2010


Author: georg.brandl
Date: Sat Apr 10 13:15:24 2010
New Revision: 79923

Log:
#8360: skipTest was added in 2.7.

Modified:
   python/trunk/Doc/library/unittest.rst

Modified: python/trunk/Doc/library/unittest.rst
==============================================================================
--- python/trunk/Doc/library/unittest.rst	(original)
+++ python/trunk/Doc/library/unittest.rst	Sat Apr 10 13:15:24 2010
@@ -733,6 +733,8 @@
       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()
 


More information about the Python-checkins mailing list