cpython/Lib/test/test_pathlib
Barney Gale 4ea71278ca
pathlib tests: move `walk()` tests into their own classes (GH-126651)
Move tests for Path.walk() into a new PathWalkTest class, and apply a similar change in tests for the ABCs. This allows us to properly tear down the walk test hierarchy in tearDown(), rather than leaving it to os_helper.rmtree().
2024-11-23 18:31:00 -08:00
..
__init__.py
test_pathlib.py pathlib tests: move `walk()` tests into their own classes (GH-126651) 2024-11-23 18:31:00 -08:00
test_pathlib_abc.py pathlib tests: move `walk()` tests into their own classes (GH-126651) 2024-11-23 18:31:00 -08:00