commit | 8d5c16a4e7e6a1cd3ab9dbab5192fc03b95e95d5 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Tue Apr 20 09:36:13 2010 +0000 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Tue Apr 20 09:36:13 2010 +0000 |
tree | 8850faecad33975f51fb9dd6e671d761766e830c | |
parent | f342235170292d23ed20a3361baf8e335f6b43aa [diff] |
Add a missing versionadded in unittest.rst.
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 @@ 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()