[issue5679] cleanUp stack for unittest

Antoine Pitrou report at bugs.python.org
Sat Apr 4 18:42:24 CEST 2009


Antoine Pitrou <pitrou at free.fr> added the comment:

I'm not sure why it is called after tearDown. It would be better to call
it before tearDown, so that test cases can also use it to initialize
additional resources and finalize them in a LIFO way wrt the main tearDown.

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list