cpython/Lib/test/test_pathlib
Barney Gale d61542b5ff
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`.
2024-12-23 17:22:15 +00:00
..
__init__.py
test_pathlib.py pathlib tests: create test hierarchy without using class under test (#128200) 2024-12-23 17:22:15 +00:00
test_pathlib_abc.py pathlib tests: create test hierarchy without using class under test (#128200) 2024-12-23 17:22:15 +00:00