[issue14408] Support ./python -m unittest in the stdlib tests

R. David Murray report at bugs.python.org
Thu Mar 29 11:52:45 CEST 2012


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

It sounds like we just need to fix the TestCase inheritance, like we did in test_queue.

We should also look more carefully at the threading setup/cleanup.  At some point I think we changed the best-practice idiom to be independent of regrtest, but we probably didn't change all the tests.  I'm not sure, though.

----------

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


More information about the Python-bugs-list mailing list