From: Kyle Stanley <44193521+aeros167@users.noreply.github.com> Date: Fri, 28 Jun 2019 19:37:11 +0000 (-0400) Subject: bpo-19696: Moved "test_pkgimport.py" to dir "test_importlib" (GH-14303) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=80097e089ba22a42d804e65fbbcf35e5e49eed00;p=python 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 --- diff --git a/Lib/test/test_pkgimport.py b/Lib/test/test_importlib/test_pkg_import.py similarity index 100% rename from Lib/test/test_pkgimport.py rename to Lib/test/test_importlib/test_pkg_import.py