Add a missing versionadded in unittest.rst.

This commit is contained in:
Ezio Melotti 2010-04-20 09:36:13 +00:00
parent f342235170
commit 8d5c16a4e7

View 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()