[issue5531] unittest: allow failures in tearDown method
Benjamin Peterson
report at bugs.python.org
Sun Mar 22 17:20:31 CET 2009
Benjamin Peterson <benjamin at python.org> added the comment:
I concur with other developers. In strict unittesting, assertions of
correct behavior should only ever happen in the test not during set up
or tear down.
----------
nosy: +benjamin.peterson
resolution: -> rejected
status: open -> closed
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5531>
_______________________________________
More information about the Python-bugs-list
mailing list