]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-110109: Move tests for pathlib ABCs to new module. (#112904)
authorBarney Gale <barney.gale@gmail.com>
Sat, 16 Dec 2023 19:04:33 +0000 (19:04 +0000)
committerGitHub <noreply@github.com>
Sat, 16 Dec 2023 19:04:33 +0000 (19:04 +0000)
commitd91e43ed7839b601cbeadd137d89e69e2cc3efda
tree281820291c08cf7f9285a09a02155cc6b5498776
parent1583c40be938d2caf363c126976bc8757df90b13
GH-110109: Move tests for pathlib ABCs to new module. (#112904)
Lib/test/test_pathlib/__init__.py [new file with mode: 0644]
Lib/test/test_pathlib/test_pathlib.py [moved from Lib/test/test_pathlib.py with 50% similarity]
Lib/test/test_pathlib/test_pathlib_abc.py [new file with mode: 0644]
Makefile.pre.in