cpython/Lib/test/test_importlib/import_
Brett Cannon a6ce4fd426 Closes issue #15111: Calling __import__ with a module specified in
fromlist which causes its own ImportError (e.g. the module tries to
import a non-existent module) should have that exception propagate.
2012-10-10 19:03:46 -04:00
..
__init__.py
test___package__.py
test_api.py
test_caching.py
test_fromlist.py Closes issue #15111: Calling __import__ with a module specified in 2012-10-10 19:03:46 -04:00
test_meta_path.py
test_packages.py
test_path.py
test_relative_imports.py
util.py