[New-bugs-announce] [issue14585] Have test_import run more importlib tests

Brett Cannon report at bugs.python.org
Sun Apr 15 03:27:25 CEST 2012


New submission from Brett Cannon <brett at python.org>:

As it stands, test_import runs importlib.test.import_.test_relative_imports. It would probably be better to have test_import run all importlib tests using __import__(), especially since it is already coded up in importlib.test.__main__ to do so.

In all honesty I'm willing to bet there is some duplication in test_import that can just go away if someone put the time in to try to prune the file down.

----------
messages: 158306
nosy: brett.cannon
priority: normal
severity: normal
status: open
title: Have test_import run more importlib tests

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


More information about the New-bugs-announce mailing list