]> granicus.if.org Git - python/commitdiff
Add a missing versionadded in unittest.rst.
authorEzio Melotti <ezio.melotti@gmail.com>
Tue, 20 Apr 2010 09:36:13 +0000 (09:36 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Tue, 20 Apr 2010 09:36:13 +0000 (09:36 +0000)
Doc/library/unittest.rst

index d47a98fee748d9ffbdc9efda37f82561af090564..f9db152ddeb00c38150f17286019cbfcd5d2a0df 100644 (file)
@@ -592,6 +592,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:: 3.1
+
 
    .. method:: debug()