mirror of
https://github.com/python/cpython.git
synced 2026-06-25 12:27:09 -04:00
fd94c6a803
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`.