[issue26668] Remove Lib/test/test_importlib/regrtest.py?

Brett Cannon report at bugs.python.org
Tue Mar 29 22:04:12 EDT 2016


Brett Cannon added the comment:

So that file wasn't to make sure  importlib was used by the test suite but  to actually make sure importlib.__import__ was heavily exercised (it's not the same as builtins.__import__ which is an accelerated C version). But thanks to test_importlib.util that shouldn't be an issue as long as all the modules in test_importlib.import_ use util.test_both(..., __import__=util.__import__).

----------

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


More information about the Python-bugs-list mailing list