commit | 80097e089ba22a42d804e65fbbcf35e5e49eed00 | [log] [tgz] |
---|---|---|
author | Kyle Stanley <44193521+aeros167@users.noreply.github.com> | Fri Jun 28 15:37:11 2019 -0400 |
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Fri Jun 28 12:37:11 2019 -0700 |
tree | 43ed4452a72f68555f2ca5b77b8dc9cb8061c146 | |
parent | f9f8e3ce709ceb15c8db8c8dde940daf1febf13d [diff] |
bpo-19696: Moved "test_pkgimport.py" to dir "test_importlib" (GH-14303) Also renamed the file to "test_pkg_import.py" to better follow the naming convention. Component of issue 19696. https://bugs.python.org/issue19696