]> granicus.if.org Git - python/commit
Issue #14585: test_import now runs all tests under
authorBrett Cannon <brett@python.org>
Fri, 20 Apr 2012 19:52:17 +0000 (15:52 -0400)
committerBrett Cannon <brett@python.org>
Fri, 20 Apr 2012 19:52:17 +0000 (15:52 -0400)
commit1032af95ffc6ec1c288504dfd5321e941e3607d4
tree0f42f7d938cf85a36ecaaa5f61f6f3d81d6b2904
parent3dfc22cc048da44c21cb95996522696d8c679fc9
Issue #14585: test_import now runs all tests under
importlib.test.import_ using builtins.__import__() instead of just the
relative import tests.
Lib/importlib/test/__init__.py
Lib/test/test_import.py