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

Vinay Sajip: "What is the practical impact on the time taken for test runs?"

My first concern is that our "unit tests" are not "unit" anymore. 
test_threading should be restricted to test the threading module: it should not 
test "indirectly" the logging module.

If someone wants to test how logging behaves on fork, test_logging should get a 
new test. (I didn't check if it already has such test.)

----------

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

Reply via email to