[Python-checkins] cpython: Issue #21097: Move test_namespace_pkgs into test_importlib.
eric.snow
python-checkins at python.org
Sat Mar 29 23:08:25 CET 2014
http://hg.python.org/cpython/rev/6d44bd8066ee
changeset: 90032:6d44bd8066ee
user: Eric Snow <ericsnowcurrently at gmail.com>
date: Sat Mar 29 15:57:44 2014 -0600
summary:
Issue #21097: Move test_namespace_pkgs into test_importlib.
files:
Lib/test/namespace_pkgs/both_portions/foo/one.py | 0
Lib/test/namespace_pkgs/both_portions/foo/two.py | 0
Lib/test/namespace_pkgs/missing_directory.zip | 0
Lib/test/namespace_pkgs/module_and_namespace_package/a_test.py | 0
Lib/test/namespace_pkgs/module_and_namespace_package/a_test/empty | 0
Lib/test/namespace_pkgs/nested_portion1.zip | 0
Lib/test/namespace_pkgs/not_a_namespace_pkg/foo/__init__.py | 0
Lib/test/namespace_pkgs/not_a_namespace_pkg/foo/one.py | 0
Lib/test/namespace_pkgs/portion1/foo/one.py | 0
Lib/test/namespace_pkgs/portion2/foo/two.py | 0
Lib/test/namespace_pkgs/project1/parent/child/one.py | 0
Lib/test/namespace_pkgs/project2/parent/child/two.py | 0
Lib/test/namespace_pkgs/project3/parent/child/three.py | 0
Lib/test/namespace_pkgs/top_level_portion1.zip | 0
Lib/test/test_namespace_pkgs.py | 0
Misc/NEWS | 2 ++
16 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/Lib/test/namespace_pkgs/both_portions/foo/one.py b/Lib/test/test_importlib/namespace_pkgs/both_portions/foo/one.py
rename from Lib/test/namespace_pkgs/both_portions/foo/one.py
rename to Lib/test/test_importlib/namespace_pkgs/both_portions/foo/one.py
diff --git a/Lib/test/namespace_pkgs/both_portions/foo/two.py b/Lib/test/test_importlib/namespace_pkgs/both_portions/foo/two.py
rename from Lib/test/namespace_pkgs/both_portions/foo/two.py
rename to Lib/test/test_importlib/namespace_pkgs/both_portions/foo/two.py
diff --git a/Lib/test/namespace_pkgs/missing_directory.zip b/Lib/test/test_importlib/namespace_pkgs/missing_directory.zip
rename from Lib/test/namespace_pkgs/missing_directory.zip
rename to Lib/test/test_importlib/namespace_pkgs/missing_directory.zip
diff --git a/Lib/test/namespace_pkgs/module_and_namespace_package/a_test.py b/Lib/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test.py
rename from Lib/test/namespace_pkgs/module_and_namespace_package/a_test.py
rename to Lib/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test.py
diff --git a/Lib/test/namespace_pkgs/module_and_namespace_package/a_test/empty b/Lib/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test/empty
rename from Lib/test/namespace_pkgs/module_and_namespace_package/a_test/empty
rename to Lib/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test/empty
diff --git a/Lib/test/namespace_pkgs/nested_portion1.zip b/Lib/test/test_importlib/namespace_pkgs/nested_portion1.zip
rename from Lib/test/namespace_pkgs/nested_portion1.zip
rename to Lib/test/test_importlib/namespace_pkgs/nested_portion1.zip
diff --git a/Lib/test/namespace_pkgs/not_a_namespace_pkg/foo/__init__.py b/Lib/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/__init__.py
rename from Lib/test/namespace_pkgs/not_a_namespace_pkg/foo/__init__.py
rename to Lib/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/__init__.py
diff --git a/Lib/test/namespace_pkgs/not_a_namespace_pkg/foo/one.py b/Lib/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/one.py
rename from Lib/test/namespace_pkgs/not_a_namespace_pkg/foo/one.py
rename to Lib/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/one.py
diff --git a/Lib/test/namespace_pkgs/portion1/foo/one.py b/Lib/test/test_importlib/namespace_pkgs/portion1/foo/one.py
rename from Lib/test/namespace_pkgs/portion1/foo/one.py
rename to Lib/test/test_importlib/namespace_pkgs/portion1/foo/one.py
diff --git a/Lib/test/namespace_pkgs/portion2/foo/two.py b/Lib/test/test_importlib/namespace_pkgs/portion2/foo/two.py
rename from Lib/test/namespace_pkgs/portion2/foo/two.py
rename to Lib/test/test_importlib/namespace_pkgs/portion2/foo/two.py
diff --git a/Lib/test/namespace_pkgs/project1/parent/child/one.py b/Lib/test/test_importlib/namespace_pkgs/project1/parent/child/one.py
rename from Lib/test/namespace_pkgs/project1/parent/child/one.py
rename to Lib/test/test_importlib/namespace_pkgs/project1/parent/child/one.py
diff --git a/Lib/test/namespace_pkgs/project2/parent/child/two.py b/Lib/test/test_importlib/namespace_pkgs/project2/parent/child/two.py
rename from Lib/test/namespace_pkgs/project2/parent/child/two.py
rename to Lib/test/test_importlib/namespace_pkgs/project2/parent/child/two.py
diff --git a/Lib/test/namespace_pkgs/project3/parent/child/three.py b/Lib/test/test_importlib/namespace_pkgs/project3/parent/child/three.py
rename from Lib/test/namespace_pkgs/project3/parent/child/three.py
rename to Lib/test/test_importlib/namespace_pkgs/project3/parent/child/three.py
diff --git a/Lib/test/namespace_pkgs/top_level_portion1.zip b/Lib/test/test_importlib/namespace_pkgs/top_level_portion1.zip
rename from Lib/test/namespace_pkgs/top_level_portion1.zip
rename to Lib/test/test_importlib/namespace_pkgs/top_level_portion1.zip
diff --git a/Lib/test/test_namespace_pkgs.py b/Lib/test/test_importlib/test_namespace_pkgs.py
rename from Lib/test/test_namespace_pkgs.py
rename to Lib/test/test_importlib/test_namespace_pkgs.py
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -152,6 +152,8 @@
- Issue #20743: Fix a reference leak in test_tcl.
+- Issue #21097: Move test_namespace_pkgs into test_importlib.
+
- Issue #20939: Avoid various network test failures due to new
redirect of http://www.python.org/ to https://www.python.org:
use http://www.example.com instead.
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list