Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
GH-130614: pathlib ABCs: parametrize test suite for path copying#131168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Test copying from `Path` and `ReadableZipPath` (types of `_ReadablePath`)to `Path` and `WritableZipPath` (types of `_WritablePath`).
bedevere-bot commentedMar 12, 2025
🤖 New build scheduled with the buildbot fleet by@barneygale for commit4d81bd3 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F131168%2Fmerge If you want to schedule another build, you need to add the🔨 test-with-buildbots label again. |
45c2ef4
intopython:mainUh oh!
There was an error while loading.Please reload this page.
python#131168)Test copying from `Path` and `ReadableZipPath` (types of `_ReadablePath`)to `Path` and `WritableZipPath` (types of `_WritablePath`).
python#131168)Test copying from `Path` and `ReadableZipPath` (types of `_ReadablePath`)to `Path` and `WritableZipPath` (types of `_WritablePath`).
Uh oh!
There was an error while loading.Please reload this page.
Test copying from
Path
andReadableZipPath
(types of_ReadablePath
) toPath
andWritableZipPath
(types of_WritablePath
).pathlib.Path.copy()
#130614