diff options
author | Kyle Stanley <44193521+aeros167@users.noreply.github.com> | 2019-06-28 19:37:11 (GMT) |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-06-28 19:37:11 (GMT) |
commit | 80097e089ba22a42d804e65fbbcf35e5e49eed00 (patch) | |
tree | 43ed4452a72f68555f2ca5b77b8dc9cb8061c146 | |
parent | f9f8e3ce709ceb15c8db8c8dde940daf1febf13d (diff) | |
download | cpython-80097e089ba22a42d804e65fbbcf35e5e49eed00.zip cpython-80097e089ba22a42d804e65fbbcf35e5e49eed00.tar.gz cpython-80097e089ba22a42d804e65fbbcf35e5e49eed00.tar.bz2 |
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
-rw-r--r-- | Lib/test/test_importlib/test_pkg_import.py (renamed from Lib/test/test_pkgimport.py) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/Lib/test/test_pkgimport.py b/Lib/test/test_importlib/test_pkg_import.py index 5d9a451..5d9a451 100644 --- a/Lib/test/test_pkgimport.py +++ b/Lib/test/test_importlib/test_pkg_import.py |