cpython/Lib/test/test_pathlib
Barney Gale b3dba18eab
GH-113528: Speed up pathlib ABC tests. (#113788)
- Add `__slots__` to dummy path classes.
- Return namedtuple rather than `os.stat_result` from `DummyPath.stat()`.
- Reduce maximum symlink count in `DummyPathWithSymlinks.resolve()`.
2024-01-08 19:31:52 +00:00
..
__init__.py
test_pathlib.py GH-113528: Move a few misplaced pathlib tests (#113527) 2024-01-08 19:17:18 +00:00
test_pathlib_abc.py GH-113528: Speed up pathlib ABC tests. (#113788) 2024-01-08 19:31:52 +00:00