SIGN IN SIGN UP

pathlib tests: create `walk()` test hierarchy without using class under test (#128338)

In the tests for `pathlib.Path.walk()`, 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
fd94c6a8032676d0659aa9e38cdaa7c17093119c
Parent: a0088b4
Committed by GitHub <noreply@github.com> on 1/4/2025, 3:45:24 PM