This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients felixxm, terry.reedy
Date 2020-05-08.22:55:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588978548.1.0.986404156352.issue40557@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-05-08 22:55:48terry.reedysetrecipients: + terry.reedy, felixxm
2020-05-08 22:55:48terry.reedysetmessageid: <1588978548.1.0.986404156352.issue40557@roundup.psfhosted.org>
2020-05-08 22:55:48terry.reedylinkissue40557 messages
2020-05-08 22:55:48terry.reedycreate