Index: Doc/library/unittest.rst =================================================================== --- Doc/library/unittest.rst (revision 79922) +++ Doc/library/unittest.rst (working copy) @@ -733,7 +733,9 @@ Calling this during the a test method or :meth:`setUp` skips the current test. See :ref:`unittest-skipping` for more information. + .. versionadded:: 2.7 + .. method:: debug() Run the test without collecting the result. This allows exceptions raised