]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-130614: pathlib ABCs: parametrize test suite for path copying (#131168)
authorBarney Gale <barney.gale@gmail.com>
Thu, 13 Mar 2025 21:56:59 +0000 (21:56 +0000)
committerGitHub <noreply@github.com>
Thu, 13 Mar 2025 21:56:59 +0000 (21:56 +0000)
commit45c2ef48ca8be4d5fe6fe0373961e04da813475b
treedddd8a750ed0fa59cc8b084f266ac0f5a5847476
parent1a8e5742cdcf3dba7fc592d036adab49877c42ba
GH-130614: pathlib ABCs: parametrize test suite for path copying (#131168)

Test copying from `Path` and `ReadableZipPath` (types of `_ReadablePath`)
to `Path` and `WritableZipPath` (types of `_WritablePath`).
Lib/pathlib/_os.py
Lib/test/test_pathlib/test_copy.py [new file with mode: 0644]
Lib/test/test_pathlib/test_pathlib_abc.py