]> granicus.if.org Git - python/commitdiff
#18894: remove mention of deprecated fail* methods.
authorEzio Melotti <ezio.melotti@gmail.com>
Sat, 7 Sep 2013 12:19:30 +0000 (15:19 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 7 Sep 2013 12:19:30 +0000 (15:19 +0300)
Doc/library/unittest.rst

index f36a44deccfc902678ab05d2bf08a1bfe99f6514..5e6ffb8ef26aba47c02c0ba6778879499e6e34a0 100644 (file)
@@ -1603,8 +1603,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.
 
       .. versionchanged:: 2.2
          Contains formatted tracebacks instead of :func:`sys.exc_info` results.