GH-89812: Clean up pathlib tests.#104829
Conversation
Merge `PurePathTest` into `_BasePurePathTest`, and `PathTest` into `_BasePathTest`.
|
Note that the |
Sorry, something went wrong.
|
I currently don't have a Windows box to test the coverage with, but I tested on macOS and Linux and this looks good to me. Let's go for it! Thanks for the cleanup, Barney! ✨ 🍰 ✨ |
Sorry, something went wrong.
|
(If you're curious to check on Windows, the guide is good: https://devguide.python.org/testing/coverage/) |
Sorry, something went wrong.
|
Thank you for the review, Łukasz! |
Sorry, something went wrong.
Merge
PurePathTestinto_BasePurePathTest, andPathTestinto_BasePathTest. No change of coverage.