cpython/Lib/test/test_importlib
Alex Waygood cf2054059c
gh-112414: Add additional unit tests for calling repr() on a namespace package (#112475)
Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
2023-11-28 00:09:59 +00:00
..
builtin
data
extension
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
abc.py
fixtures.py
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-106300: Improve assertRaises(Exception) usages in tests (GH-106302) 2023-07-07 13:42:40 -07: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: Return an "excinfo" Object From Interpreter.run() (gh-111573) 2023-11-23 00:55:00 +00:00
test_windows.py gh-111863: Rename Py_NOGIL to Py_GIL_DISABLED (#111864) 2023-11-20 15:52:00 +02:00
test_zip.py
threaded_import_hangers.py
util.py