cpython: c3a2c0504960 (original) (raw)
Mercurial > cpython
changeset 85586:c3a2c0504960 3.3
#18894: remove mention of deprecated fail* methods. [#18894]
Ezio Melotti ezio.melotti@gmail.com | |
---|---|
date | Sat, 07 Sep 2013 15:19:30 +0300 |
parents | b6059bac8a9c |
children | 5fbb01033a08 dd669daad7de |
files | Doc/library/unittest.rst |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-)[+] [-] Doc/library/unittest.rst 3 |
line wrap: on
line diff
--- 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[](#l1.7)
:meth:`TestCase.assert\*` methods.[](#l1.8)
was explicitly signalled using the :meth:`TestCase.assert\*` methods.[](#l1.9)