Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e220236

Browse files
committed
#18894: remove mention of deprecated fail* methods.
1 parent 23d7d4e commit e220236

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Doc/library/unittest.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1577,8 +1577,7 @@ Loading and running tests
15771577

15781578
A list containing 2-tuples of :class:`TestCase` instances and strings
15791579
holding formatted tracebacks. Each tuple represents a test where a failure
1580-
was explicitly signalled using the :meth:`TestCase.fail\*` or
1581-
:meth:`TestCase.assert\*` methods.
1580+
was explicitly signalled using the :meth:`TestCase.assert\*` methods.
15821581

15831582
.. attribute:: skipped
15841583

0 commit comments

Comments
 (0)