cpython: cecd39887faa (original) (raw)

Mercurial > cpython

changeset 100510:cecd39887faa 3.5

#25687: clarify that errors in tearDown increase the total number of reported errors. Initial patch by HyeSoo Park. [#25687]

Ezio Melotti ezio.melotti@gmail.com
date Sun, 13 Mar 2016 09:40:09 +0200
parents b9256d5f1ab4
children d5f5a6f514f2 4d797a45309c
files Doc/library/unittest.rst Misc/ACKS
diffstat 2 files changed, 7 insertions(+), 4 deletions(-)[+] [-] Doc/library/unittest.rst 10 Misc/ACKS 1

line wrap: on

line diff

--- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -680,10 +680,12 @@ Test cases Method called immediately after the test method has been called and the result recorded. This is called even if the test method raised an exception, so the implementation in subclasses may need to be particularly

.. method:: setUpClass()

--- a/Misc/ACKS +++ b/Misc/ACKS @@ -1087,6 +1087,7 @@ M. Papillon Peter Parente Alexandre Parenteau Dan Parisien +HyeSoo Park William Park Claude Paroz Heikki Partanen