From 8d5c16a4e7e6a1cd3ab9dbab5192fc03b95e95d5 Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Tue, 20 Apr 2010 09:36:13 +0000 Subject: Add a missing versionadded in unittest.rst. --- Doc/library/unittest.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index d47a98f..f9db152 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -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() -- cgit v0.12