cpython/Lib/test/test_pathlib
Barney Gale 5a484714c3
GH-130614: pathlib ABCs: revise test suite for Posix path joining (#131017)
Test Posix-flavoured `pathlib.types._JoinablePath` in a dedicated test
module. These tests cover `LexicalPosixPath`, `PurePosixPath` and
`PosixPath`, where `LexicalPosixPath` is a simple implementation of
`_JoinablePath` for use in tests.
2025-03-10 17:59:10 +00:00
..
support GH-130614: pathlib ABCs: revise test suite for Posix path joining (#131017) 2025-03-10 17:59:10 +00:00
__init__.py
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_pathlib.py GH-127381: pathlib ABCs: remove `case_sensitive` argument (#131024) 2025-03-10 17:50:48 +00:00
test_pathlib_abc.py GH-130614: pathlib ABCs: revise test suite for Posix path joining (#131017) 2025-03-10 17:59:10 +00:00