[issue12314] regrtest checks (os.environ, sys.path, etc.) are hard to use

Éric Araujo report at bugs.python.org
Fri Oct 7 19:26:56 CEST 2011


Éric Araujo <merwok at netwok.org> added the comment:

Idea: when a regrtest check fails, the test is run again but a WatchfulMixin is injected into the test case’s bases, so that setUp and tearDown call the right methods.  This would be more efficient than always running with a watchful test runner.

----------

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


More information about the Python-bugs-list mailing list