#18894: remove mention of deprecated fail* methods.

This commit is contained in:
Ezio Melotti 2013-09-07 15:19:30 +03:00
parent 23d7d4e85c
commit e2202365ed
1 changed files with 1 additions and 2 deletions

View File

@ -1577,8 +1577,7 @@ Loading and running tests
A list containing 2-tuples of :class:`TestCase` instances and strings A list containing 2-tuples of :class:`TestCase` instances and strings
holding formatted tracebacks. Each tuple represents a test where a failure holding formatted tracebacks. Each tuple represents a test where a failure
was explicitly signalled using the :meth:`TestCase.fail\*` or was explicitly signalled using the :meth:`TestCase.assert\*` methods.
:meth:`TestCase.assert\*` methods.
.. attribute:: skipped .. attribute:: skipped