[issue9868] test_locale leaves locale changed

Michael Foord report at bugs.python.org
Thu Sep 23 15:34:33 CEST 2010


Michael Foord <michael at voidspace.org.uk> added the comment:

unittest *can't* know which setUp methods have already been called if an error occurs in one of them (because they are called explicitly by the sub-classes and not by unittest itself). Given this, the specific fix suggested seems good.

----------

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


More information about the Python-bugs-list mailing list