From 2676583b66a013a9fda28b6cbb99aabcdccc161f Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Sat, 7 Sep 2013 15:19:30 +0300 Subject: #18894: remove mention of deprecated fail* methods. --- Doc/library/unittest.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index f36a44d..5e6ffb8 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -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. -- cgit v0.12