cpython/Lib/test/test_pathlib/support
Barney Gale db6a998b18
GH-130614: pathlib ABCs: revise test suite for writable paths (#131112)
Test `pathlib.types._WritablePath` in a dedicated test module. These tests
cover `WritableZipPath`, `WritableLocalPath` and `Path`, where the former
two classes are implementations of `_WritablePath` for use in tests.
2025-03-12 19:06:43 +00:00
..
__init__.py
lexical_path.py GH-130614: pathlib ABCs: revise test suite for Windows path joining (#131016) 2025-03-11 18:01:43 +00:00
local_path.py GH-130614: pathlib ABCs: revise test suite for writable paths (#131112) 2025-03-12 19:06:43 +00:00
zip_path.py GH-130614: pathlib ABCs: revise test suite for writable paths (#131112) 2025-03-12 19:06:43 +00:00