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.
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