We should be able to parametrize tests for pathlib's `ReadablePath.copy()`, e.g.: - Copy from `Path` to `Path` - Copy from `Path` to `WritableZipPath` - Copy from `ReadableZipPath` to `Path` - Copy from `ReadableZipPath` to `WritableZipPath` Unfortunately this breaks some deep assumptions in the existing test classes, so I think we should create new suites somewhere in `test.test_pathlib`. <!-- gh-linked-prs --> ### Linked PRs * gh-130648 * gh-130990 * gh-130991 * gh-130988 * gh-131016 * gh-131017 * gh-131018 * gh-131112 * gh-131168 * gh-131215 * gh-131259 <!-- /gh-linked-prs -->
We should be able to parametrize tests for pathlib's
ReadablePath.copy(), e.g.:PathtoPathPathtoWritableZipPathReadableZipPathtoPathReadableZipPathtoWritableZipPathUnfortunately this breaks some deep assumptions in the existing test classes, so I think we should create new suites somewhere in
test.test_pathlib.Linked PRs
pathlibpaths #130648with_name()#130990full_match()#130991test_pathlib_abcmodule #131215