pathlib tests: create test hierarchy without using class under test (#128200)
In the pathlib tests, avoid using the path class under test (`self.cls`) in test setup. Instead we use `os` functions in `test_pathlib`, and direct manipulation of `DummyPath` internal data in `test_pathlib_abc`.
B
Barney Gale committed
d61542b5ff1fe64705e5ce1bcc53048f14098dba
Parent: c5b0c90
Committed by GitHub <noreply@github.com>
on 12/23/2024, 5:22:15 PM