Skip to content

Conversation

@barneygale
Copy link
Contributor

@barneygalebarneygale commented Mar 11, 2025

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

Test `pathlib.types._WritablePath` in a dedicated test module. These tests cover `WritableZipPath`, `WritableLocalPath` and `Path`, where the former two classes are implementations of `_WritablePath` for use in tests.
@barneygalebarneygale enabled auto-merge (squash) March 12, 2025 18:51
@barneygalebarneygale merged commit db6a998 into python:mainMar 12, 2025
38 checks passed
plashchynski pushed a commit to plashchynski/cpython that referenced this pull request Mar 17, 2025
…ython#131112) Test `pathlib.types._WritablePath` in a dedicated test module. These tests cover `WritableZipPath`, `WritableLocalPath` and `Path`, where the former two classes are implementations of `_WritablePath` for use in tests.
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.

1 participant

@barneygale