diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2010-04-20 09:36:13 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2010-04-20 09:36:13 (GMT) |
commit | 8d5c16a4e7e6a1cd3ab9dbab5192fc03b95e95d5 (patch) | |
tree | 8850faecad33975f51fb9dd6e671d761766e830c /Doc/library/unittest.rst | |
parent | f342235170292d23ed20a3361baf8e335f6b43aa (diff) | |
download | cpython-8d5c16a4e7e6a1cd3ab9dbab5192fc03b95e95d5.zip cpython-8d5c16a4e7e6a1cd3ab9dbab5192fc03b95e95d5.tar.gz cpython-8d5c16a4e7e6a1cd3ab9dbab5192fc03b95e95d5.tar.bz2 |
Add a missing versionadded in unittest.rst.
Diffstat (limited to 'Doc/library/unittest.rst')
-rw-r--r-- | Doc/library/unittest.rst | 2 |
1 files changed, 2 insertions, 0 deletions
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() |