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

Zachary Ware report at bugs.python.org
Tue Apr 16 22:39:01 CEST 2013


Zachary Ware added the comment:

The test_socket patch is incomplete with the way I've been converting test modules, but it is a good starting point.  Should this issue be renamed to be specifically for test_socket?

The necessity of reaping threads at the end of the test poses a bit of an issue for test discovery, which has been discussed pretty thoroughly in #16968.  If the fix in that issue is approved and committed, it would be pretty easy to extend Matt's test_socket patch to complete the conversion.

----------

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


More information about the Python-bugs-list mailing list