diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-09-07 15:19:30 +0300 |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-09-07 15:19:30 +0300 |
commit | 1d3dfefe8c0f6a6d4d05d1bfe15b89a5f4a950da (patch) | |
tree | 06dd669dcd0195c00edf5ea60b02955c846166d8 /Doc/library/unittest.rst | |
parent | 636e6fa5f6a0beaf9807c9643dc16a1b95cd31f5 (diff) | |
download | cpython-1d3dfefe8c0f6a6d4d05d1bfe15b89a5f4a950da.tar.gz |
#18894: remove mention of deprecated fail* methods.
Diffstat (limited to 'Doc/library/unittest.rst')
-rw-r--r-- | Doc/library/unittest.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index 0c00a261c4..bdecb3ada5 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -1577,8 +1577,7 @@ Loading and running tests 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. .. attribute:: skipped |