cpython: 5e64ffe576a9 (original) (raw)

Mercurial > cpython

changeset 100512:5e64ffe576a9 2.7

#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 9db5846f126d
children e3833106f612
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 @@ -720,10 +720,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 @@ -1034,6 +1034,7 @@ M. Papillon Peter Parente Alexandre Parenteau Dan Parisien +HyeSoo Park William Park Heikki Partanen Harri Pasanen