cpython/Lib/test/test_pathlib
Barney Gale 475f933ed8
GH-130614: pathlib ABCs: revise test suite for path joining (#130988)
Test `pathlib.types._JoinablePath` in a dedicated test module. These tests
cover `LexicalPath`, `PurePath` and `Path`, where `LexicalPath` is defined
in a new `test.test_pathlib.support` package.
2025-03-09 17:02:37 +00:00
..
support GH-130614: pathlib ABCs: revise test suite for path joining (#130988) 2025-03-09 17:02:37 +00:00
__init__.py
test_join.py GH-130614: pathlib ABCs: revise test suite for path joining (#130988) 2025-03-09 17:02:37 +00:00
test_pathlib.py GH-128520: Merge pathlib._abc into pathlib.types (#130747) 2025-03-03 17:56:57 +00:00
test_pathlib_abc.py GH-130614: pathlib ABCs: revise test suite for path joining (#130988) 2025-03-09 17:02:37 +00:00