[issue21133] unittest discover should allow option to run each package separately

Michael Foord report at bugs.python.org
Sat Apr 5 02:09:58 CEST 2014


Michael Foord added the comment:

This is only an issue if a test package pollutes its environment without cleaning up (puts mocks in place that it doesn't remove for example). Fixing this would require discover to use multiple processes to run tests, which isn't going to happen (at least not soon). A better fix is to have test clean up after themselves properly.

----------
resolution:  -> wont fix
stage:  -> committed/rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list