cpython/Lib/test/test_importlib
Miss Islington (bot) c63c8ac238
bpo-45046: Support context managers in unittest (GH-28045)
Add methods enterContext() and enterClassContext() in TestCase.
Add method enterAsyncContext() in IsolatedAsyncioTestCase.
Add function enterModuleContext().
(cherry picked from commit 086c6b1b0f)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2022-05-08 08:12:19 -07:00
..
builtin
data
data01
data02
data03
extension bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986) 2022-03-22 03:04:36 -07:00
frozen
import_
namespace_pkgs
namespacedata01
partial
resources
source bpo-45046: Support context managers in unittest (GH-28045) 2022-05-08 08:12:19 -07:00
zipdata01
zipdata02
__init__.py
__main__.py
abc.py
fixtures.py bpo-46474: Apply changes from importlib_metadata 4.10.0 (GH-30802) 2022-01-22 21:39:00 -05:00
stubs.py
test_abc.py
test_api.py
test_compatibilty_files.py
test_contents.py
test_files.py
test_lazy.py
test_locks.py bpo-40280: Detect missing threading on WASM platforms (GH-32352) 2022-04-07 09:22:47 +02:00
test_main.py bpo-46126: Restore docstrings in importlib.metadata tests. (#32288) 2022-04-17 11:10:26 -04:00
test_metadata_api.py bpo-46126: Restore docstrings in importlib.metadata tests. (#32288) 2022-04-17 11:10:26 -04:00
test_namespace_pkgs.py bpo-45046: Support context managers in unittest (GH-28045) 2022-05-08 08:12:19 -07:00
test_open.py
test_path.py
test_pkg_import.py
test_read.py
test_reader.py
test_resource.py
test_spec.py
test_threaded_import.py bpo-40280: Detect missing threading on WASM platforms (GH-32352) 2022-04-07 09:22:47 +02:00
test_util.py
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
threaded_import_hangers.py
update-zips.py gh-91298: Refine traversable (apply changes from importlib_resources 5.7.1) (#91623) 2022-04-17 11:10:36 -04:00
util.py