[issue7058] Add some test execution environment protection to regrtest

R. David Murray report at bugs.python.org
Mon Oct 12 03:26:13 CEST 2009


R. David Murray <rdmurray at bitdance.com> added the comment:

Here is a finished version of the refactoring patch.  It introduces a
new category in the list of test statuses at in the summary to list the
tests that have changed the execution environment.  This patch makes it
easy to add additional things to check and restore, and I've added
'sys.path' checking.

----------
Added file: http://bugs.python.org/file15107/refactored_environment_checking.patch

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


More information about the Python-bugs-list mailing list