cpython/Lib/test/test_importlib/import_
Miss Islington (bot) daf9ff99f9
[3.12] gh-112414: Add additional unit tests for calling repr() on a namespace package (GH-112475) (#112480)
gh-112414: Add additional unit tests for calling `repr()` on a namespace package (GH-112475)
(cherry picked from commit cf2054059c)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
2023-11-28 00:39:01 +00:00
..
__init__.py
__main__.py
test___loader__.py [3.12] gh-112414: Add additional unit tests for calling repr() on a namespace package (GH-112475) (#112480) 2023-11-28 00:39:01 +00:00
test___package__.py gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059) 2023-05-03 04:55:22 -07:00
test_api.py gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059) 2023-05-03 04:55:22 -07:00
test_caching.py gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059) 2023-05-03 04:55:22 -07:00
test_fromlist.py
test_helpers.py gh-86298: Ensure that __loader__ and __spec__.loader agree in warnings.warn_explicit() (GH-97803) 2022-10-06 19:32:53 -07:00
test_meta_path.py gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059) 2023-05-03 04:55:22 -07:00
test_packages.py
test_path.py gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059) 2023-05-03 04:55:22 -07:00
test_relative_imports.py