#18894: remove mention of deprecated fail* methods.
This commit is contained in:
parent
23d7d4e85c
commit
e2202365ed
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue