]> 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 0c00a261c4429b33c649ff4c7bb838dbafaa0d70..bdecb3ada53beb882f7f249c34f6c7f9ed2a0ba0 100644 (file)
@@ -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