cpython/Lib/test/test_importlib
Petr Viktorin c361a1f395
gh-114107: Fix importlib.resources symlink test if symlinks aren't supported (#114108)
gh-114107: Fix symlink test if symlinks aren't supported
2024-01-16 16:10:03 +01:00
..
builtin
data
extension gh-81682: Fix test failures when CPython is built without docstrings (GH-113410) 2023-12-23 09:56:30 +00:00
frozen
import_ gh-112414: Add additional unit tests for calling `repr()` on a namespace package (#112475) 2023-11-28 00:09:59 +00:00
namespace_pkgs
partial
resources
source
__init__.py
__main__.py
_context.py
_path.py gh-113174: Sync with importlib_metadata 7.0 (#113175) 2023-12-21 15:04:05 -05:00
abc.py
fixtures.py gh-113174: Sync with importlib_metadata 7.0 (#113175) 2023-12-21 15:04:05 -05:00
stubs.py
test_abc.py
test_api.py
test_lazy.py
test_locks.py gh-109974: Fix more threading lock_tests race conditions (#110089) 2023-09-29 12:21:18 +00:00
test_main.py gh-114107: Fix importlib.resources symlink test if symlinks aren't supported (#114108) 2024-01-16 16:10:03 +01:00
test_metadata_api.py
test_namespace_pkgs.py gh-112414: Fix `AttributeError` when calling `repr()` on a namespace package imported with a custom loader (#112425) 2023-11-27 08:19:29 +00:00
test_pkg_import.py
test_spec.py
test_threaded_import.py
test_util.py gh-76785: Fixes for test.support.interpreters (gh-112982) 2023-12-12 08:24:31 -07:00
test_windows.py gh-112535: Add test on _Py_ThreadId() (#112709) 2023-12-04 22:40:06 +00:00
test_zip.py
threaded_import_hangers.py
util.py