Skip to content

Conversation

@barneygale
Copy link
Contributor

@barneygalebarneygale commented Mar 9, 2025

Test pathlib.types._ReadablePath in a dedicated test module. These tests cover ReadableZipPath, ReadableLocalPath and Path, where the former two classes are implementations of _ReadablePath for use in tests.

The ReadableZipPath implementation is reasonably complex because it supports following symlinks when resolving paths. Recording symlinks in .zip files isn't widely supported, so this feature would probably never be added to a practical implementation of ReadableZipPath, but it's useful for testing.

Test `pathlib.types._ReadablePath` in a dedicated test module. These tests cover `ReadableZipPath`, `ReadableLocalPath` and `Path`, where the former two classes are implementations of `_ReadablePath` for use in tests.
@barneygalebarneygale added the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Mar 11, 2025
@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by @barneygale for commit 65dcc8b 🤖

Results will be shown at:

https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F131018%2Fmerge

If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again.

@bedevere-botbedevere-bot removed the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Mar 11, 2025
@barneygalebarneygale merged commit ad90c5f into python:mainMar 11, 2025
75 of 88 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip newstestsTests in the Lib/test dirtopic-pathlib

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@barneygale@bedevere-bot