[issue8392] unit tests rather light on testing __import__(..., level)

Brett Cannon report at bugs.python.org
Fri Jul 23 12:23:40 CEST 2010


Brett Cannon <brett at python.org> added the comment:

Yes, importlib has tests for relative import, but those are only run against importlib and not __import__. Adding Skip's tests and seeing how they differ from what importlib.test.import_.test_relative_imports would be good.

----------

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


More information about the Python-bugs-list mailing list