mirror of
https://github.com/python/cpython.git
synced 2025-09-29 03:35:31 +00:00
[3.6] bpo-30814, bpo-30876: Add new import test files to projects. (GH-2851). (#2912)
(cherry picked from commit d5ed47dea2
)
This commit is contained in:
parent
0c4c65104c
commit
95b16a9705
1 changed files with 2 additions and 0 deletions
|
@ -1206,6 +1206,8 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
|
||||||
test/test_import/data \
|
test/test_import/data \
|
||||||
test/test_import/data/circular_imports \
|
test/test_import/data/circular_imports \
|
||||||
test/test_import/data/circular_imports/subpkg \
|
test/test_import/data/circular_imports/subpkg \
|
||||||
|
test/test_import/data/package \
|
||||||
|
test/test_import/data/package2 \
|
||||||
test/test_importlib/namespace_pkgs \
|
test/test_importlib/namespace_pkgs \
|
||||||
test/test_importlib/namespace_pkgs/both_portions \
|
test/test_importlib/namespace_pkgs/both_portions \
|
||||||
test/test_importlib/namespace_pkgs/both_portions/foo \
|
test/test_importlib/namespace_pkgs/both_portions/foo \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue