cpython/Lib/test/test_importlib/metadata
Jason R. Coombs 1ba0bb21ed
gh-120910: Fix issue resolving relative paths outside site-packages. (#120911)
Incorporates changes from importlib_metadata 7.2.1.
2024-06-23 13:06:07 -04:00
..
data
__init__.py gh-117089: Move importlib.metadata tests to their own package (#117092) 2024-03-20 17:11:00 -04:00
_context.py gh-117089: Move importlib.metadata tests to their own package (#117092) 2024-03-20 17:11:00 -04:00
_path.py gh-117089: Apply changes from importlib_metadata 7.1.0 (#117094) 2024-03-20 23:01:24 -04:00
fixtures.py gh-120910: Fix issue resolving relative paths outside site-packages. (#120911) 2024-06-23 13:06:07 -04:00
stubs.py
test_api.py gh-120910: Fix issue resolving relative paths outside site-packages. (#120911) 2024-06-23 13:06:07 -04:00
test_main.py gh-120801: Refactor importlib.metadata fixtures. (#120803) 2024-06-20 19:00:39 +00:00
test_zip.py