New submission from Brett Cannon <br...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue14585>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to