]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-130614: pathlib ABCs: revise test suite for path joining (#130988)
authorBarney Gale <barney.gale@gmail.com>
Sun, 9 Mar 2025 17:02:37 +0000 (17:02 +0000)
committerGitHub <noreply@github.com>
Sun, 9 Mar 2025 17:02:37 +0000 (17:02 +0000)
commit475f933ed8b1c9546f1b5497a2241140c7065b5f
treed09ed5bdbee1ee536ff46e52ba19ce8ac5889761
parentbbd6d17ef85e5de885cdfab0ae567184ba1550ff
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.
Lib/test/test_pathlib/support/__init__.py [new file with mode: 0644]
Lib/test/test_pathlib/support/lexical_path.py [new file with mode: 0644]
Lib/test/test_pathlib/test_join.py [new file with mode: 0644]
Lib/test/test_pathlib/test_pathlib_abc.py
Makefile.pre.in