[docs] [issue18566] In unittest.TestCase docs for setUp() and tearDown() don't mention AssertionError

Julian Gindi report at bugs.python.org
Wed Nov 20 02:15:28 CET 2013


Julian Gindi added the comment:

I did some further testing and it seems that you are right, testcase.SkipTest() never causes an error in setUp or tearDown but "raise AssertionError" does (even in setUp or tearDown). I went ahead and made relevant documentation changes, let me know what you think.

----------
keywords: +patch
nosy: +Julian.Gindi
Added file: http://bugs.python.org/file32716/issue18566.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18566>
_______________________________________


More information about the docs mailing list