From: Ezio Melotti Date: Sat, 7 Sep 2013 12:19:30 +0000 (+0300) Subject: #18894: remove mention of deprecated fail* methods. X-Git-Tag: v3.4.0a3~27^2~28^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e2202365eddfa7a2af88920d272f9a4a3f77f9ad;p=thirdparty%2FPython%2Fcpython.git #18894: remove mention of deprecated fail* methods. --- diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index 0c00a261c442..bdecb3ada53b 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -1577,8 +1577,7 @@ Loading and running tests A list containing 2-tuples of :class:`TestCase` instances and strings holding formatted tracebacks. Each tuple represents a test where a failure - was explicitly signalled using the :meth:`TestCase.fail\*` or - :meth:`TestCase.assert\*` methods. + was explicitly signalled using the :meth:`TestCase.assert\*` methods. .. attribute:: skipped