(original) (raw)

changeset: 85585:c391c30fee99 branch: 2.7 parent: 85571:e0037f266d45 user: Ezio Melotti ezio.melotti@gmail.com date: Sat Sep 07 15:19:30 2013 +0300 files: Doc/library/unittest.rst description: #18894: remove mention of deprecated fail* methods. diff -r e0037f266d45 -r c391c30fee99 Doc/library/unittest.rst --- a/Doc/library/unittest.rst Fri Sep 06 06:17:15 2013 -0700 +++ b/Doc/library/unittest.rst Sat Sep 07 15:19:30 2013 +0300 @@ -1603,8 +1603,7 @@ 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. /ezio.melotti@gmail.com