cpython/Lib/test/test_pathlib
Barney Gale fd94c6a803
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`.
2025-01-04 15:45:24 +00:00
..
__init__.py
test_pathlib.py pathlib tests: create walk() test hierarchy without using class under test (#128338) 2025-01-04 15:45:24 +00:00
test_pathlib_abc.py pathlib tests: create walk() test hierarchy without using class under test (#128338) 2025-01-04 15:45:24 +00:00