SIGN IN SIGN UP

GH-110109: Test pure functionality of `pathlib.Path` user subclasses (#112242)

Add `PurePathTest` as a superclass of `PathTest`, and therefore also
`PathSubclassTest`. This adds coverage of pure functionality in user
subclasses of `pathlib.Path`.

Remove `PosixPathAsPureTest` and `WindowsPathAsPureTest`, as they
now duplicate `PosixPathTest` and `WindowsPathTest`.

This makes the MROs of test unit classes match the MROs of pathlib
classes.
B
Barney Gale committed
607b5e30c67bad35b90240d9ac176131e51423a5
Parent: 9c7c8ba
Committed by GitHub <noreply@github.com> on 11/18/2023, 5:06:10 PM