This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author beng94
Recipients beng94, bennoleslie, ezio.melotti, michael.foord, rbcollins
Date 2016-01-20.16:57:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453309063.36.0.908850299959.issue25687@psf.upfronthosting.co.za>
In-reply-to
Content
I think it's in the docs, although if you don't find it sufficient I might try to update it.

`tearDown method <https://docs.python.org/3.5/library/unittest.html#unittest.TestCase.tearDown>`_
"This is called even if the test method raised an exception [...] Any exception, other than AssertionError or SkipTest, raised by this method will be considered an error rather than a test failure. This method will only be called if the setUp() succeeds, regardless of the outcome of the test method."
History
Date User Action Args
2016-01-20 16:57:43beng94setrecipients: + beng94, rbcollins, ezio.melotti, michael.foord, bennoleslie
2016-01-20 16:57:43beng94setmessageid: <1453309063.36.0.908850299959.issue25687@psf.upfronthosting.co.za>
2016-01-20 16:57:43beng94linkissue25687 messages
2016-01-20 16:57:43beng94create