Terry J. Reedy <tjre...@udel.edu> added the comment:

The proposal should include the idea that the functions in test.support be 
replaced with

from unittest.helpers import *  # or
from unittest.helpers import captured_stdin, ...

so that a) no other changes need be made to existing tests and b) the 
possibility remains of someday wrapping or replacing the public version, again 
without necessarily changing existing tests.

----------

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

Reply via email to