diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-09-07 12:19:30 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-09-07 12:19:30 (GMT) |
commit | e2202365eddfa7a2af88920d272f9a4a3f77f9ad (patch) | |
tree | 6675dc66ed592644eba573c40bab136a46d33de5 /Doc | |
parent | 23d7d4e85cf5aac97bc8ae4ff0e753d70ad8e6e8 (diff) | |
download | cpython-e2202365eddfa7a2af88920d272f9a4a3f77f9ad.zip cpython-e2202365eddfa7a2af88920d272f9a4a3f77f9ad.tar.gz cpython-e2202365eddfa7a2af88920d272f9a4a3f77f9ad.tar.bz2 |
#18894: remove mention of deprecated fail* methods.
Diffstat (limited to 'Doc')
-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 0c00a26..bdecb3a 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 |