STINNER Victor <vstin...@python.org> added the comment:

Lib/test/test_socket.py has no more test_main() function, but uses:

if __name__ == "__main__":
    unittest.main()

Moreover, "./python -m unittest Lib/test/test_socket.py -v"  works as expected. 
I close the issue.

----------
dependencies:  -Fix test discovery for test_concurrent_futures.py
resolution:  -> duplicate
stage:  -> resolved
status: open -> closed
superseder:  -> Some tests in test_socket are not run

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue14408>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to