mirror of
https://github.com/python/cpython.git
synced 2025-11-13 15:40:05 +00:00
#18894: remove mention of deprecated fail* methods.
This commit is contained in:
parent
23d7d4e85c
commit
e2202365ed
1 changed files with 1 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue