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 GH-130614: pathlib ABCs: revise test suite for writable paths (#131112) 2025-03-12 19:06:43 +00:00
__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 GH-127381: pathlib ABCs: remove case_sensitive argument (#131024) 2025-03-10 17:50:48 +00:00
test_join_posix.py GH-130614: pathlib ABCs: revise test suite for Posix path joining (#131017) 2025-03-10 17:59:10 +00:00
test_join_windows.py GH-130614: pathlib ABCs: revise test suite for Windows path joining (#131016) 2025-03-11 18:01:43 +00:00
test_pathlib.py gh-131152: Remove unused imports from tests (part 2) (#131154) 2025-03-13 10:57:40 +01:00
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 GH-130614: pathlib ABCs: revise test suite for readable paths (#131018) 2025-03-11 20:54:22 +00:00
test_write.py GH-130614: pathlib ABCs: revise test suite for writable paths (#131112) 2025-03-12 19:06:43 +00:00