cpython/Lib/test/test_pathlib
Barney Gale 45c2ef48ca
GH-130614: pathlib ABCs: parametrize test suite for path copying (#131168)
Test copying from `Path` and `ReadableZipPath` (types of `_ReadablePath`)
to `Path` and `WritableZipPath` (types of `_WritablePath`).
2025-03-13 21:56:59 +00:00
..
support
__init__.py
test_copy.py GH-130614: pathlib ABCs: parametrize test suite for path copying (#131168) 2025-03-13 21:56:59 +00:00
test_join.py
test_join_posix.py
test_join_windows.py
test_pathlib.py
test_pathlib_abc.py GH-130614: pathlib ABCs: parametrize test suite for path copying (#131168) 2025-03-13 21:56:59 +00:00
test_read.py
test_write.py