Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
GH-89812: Clean up pathlib tests.#104829
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
Merge `PurePathTest` into `_BasePurePathTest`, and `PathTest` into`_BasePathTest`.
Note that the |
This depends onGH-105744. |
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! ✨ 🍰 ✨ |
(If you're curious to check on Windows, the guide is good:https://devguide.python.org/testing/coverage/) |
Thank you for the review, Łukasz! |
Uh oh!
There was an error while loading.Please reload this page.
Merge
PurePathTest
into_BasePurePathTest
, andPathTest
into_BasePathTest
. No change of coverage.