]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-130614: pathlib ABCs: delete vestigial `test_pathlib_abc` module (#131215)
authorBarney Gale <barney.gale@gmail.com>
Fri, 14 Mar 2025 20:04:07 +0000 (20:04 +0000)
committerGitHub <noreply@github.com>
Fri, 14 Mar 2025 20:04:07 +0000 (20:04 +0000)
commit633942e348da2c26e6c0eaa9c70a467c5f3b2b78
tree59b13d7b4ea7d95b50c8712cec9bfb1f18ec878d
parent27fc62cf4f6a9bbb4698299f02b8a519cbefdf53
GH-130614: pathlib ABCs: delete vestigial `test_pathlib_abc` module (#131215)

Remove the `test.test_pathlib.test_pathlib_abc` test module, which was
hollowed out in previous commits. Its few remaining tests are most relevant
to `PurePath` and `Path`, so we move them into `test_pathlib`.
Lib/test/test_pathlib/test_pathlib.py
Lib/test/test_pathlib/test_pathlib_abc.py [deleted file]