cpython/Lib/test/test_importlib
Eric Snow d45cc80452
gh-98627: Add the _testsinglephase Module (gh-99039)
This makes it more clear that a given test is definitely testing against a single-phase init (legacy) extension module.  The new module is a companion to _testmultiphase.

https://github.com/python/cpython/issues/98627
2022-11-08 09:58:11 -07:00
..
builtin bpo-46425: fix direct invocation of `test_importlib` (GH-30682) 2022-01-22 18:05:05 +02:00
data bpo-44893: Implement EntryPoint as simple class with attributes. (GH-30150) 2021-12-16 15:49:42 -05:00
extension gh-98627: Add the _testsinglephase Module (gh-99039) 2022-11-08 09:58:11 -07:00
frozen gh-97850: Remove all known instances of module_repr() (#97876) 2022-10-05 11:42:26 -07:00
import_ gh-86298: Ensure that __loader__ and __spec__.loader agree in warnings.warn_explicit() (GH-97803) 2022-10-06 19:32:53 -07:00
namespace_pkgs
partial
resources gh-97930: Merge with importlib_resources 5.9 (GH-97929) 2022-10-16 15:00:39 -04:00
source gh-94619: Remove long deprecated methods module_repr() and load_module() (#94624) 2022-08-04 17:24:26 -07:00
__init__.py
__main__.py
abc.py
fixtures.py gh-93259: Validate arg to ``Distribution.from_name``. (GH-94270) 2022-06-25 21:04:28 -04:00
stubs.py
test_abc.py gh-97850: Remove deprecated functions from `importlib.utils` (#97898) 2022-10-06 17:57:10 -07:00
test_api.py gh-84623: Remove unused imports in tests (#93772) 2022-06-13 16:56:03 +02:00
test_lazy.py bpo-46425: fix direct invocation of `test_importlib` (GH-30682) 2022-01-22 18:05:05 +02:00
test_locks.py bpo-40280: Detect missing threading on WASM platforms (GH-32352) 2022-04-07 09:22:47 +02:00
test_main.py gh-97781: Apply changes from importlib_metadata 5. (GH-97785) 2022-10-06 15:25:24 -04:00
test_metadata_api.py gh-97781: Apply changes from importlib_metadata 5. (GH-97785) 2022-10-06 15:25:24 -04:00
test_namespace_pkgs.py gh-98139: enhance namespace package repr 2022-11-06 22:13:40 +00:00
test_pkg_import.py
test_spec.py gh-97850: Remove deprecated functions from `importlib.utils` (#97898) 2022-10-06 17:57:10 -07:00
test_threaded_import.py gh-97669: Fix test_tools reference leak (#98216) 2022-10-12 17:26:21 +02:00
test_util.py gh-97850: Remove deprecated functions from `importlib.utils` (#97898) 2022-10-06 17:57:10 -07:00
test_windows.py bpo-46616: Ensures test_importlib.test_windows cleans up registry keys after completion (GH-31086) 2022-02-02 19:54:27 +00:00
test_zip.py bpo-46425: Partially revert "bpo-46425: fix direct invocation of `test_importlib` (GH-30682)" (GH-30799) 2022-01-22 21:38:26 -05:00
threaded_import_hangers.py
util.py gh-98627: Add the _testsinglephase Module (gh-99039) 2022-11-08 09:58:11 -07:00