cpython/Lib/test/test_pathlib
Barney Gale d429a5a8e7
GH-113528: pathlib ABC tests: add repr to dummy path classes. (#113777)
The `DummyPurePath` and `DummyPath` test classes are simple subclasses of
`PurePathBase` and `PathBase`. This commit adds `__repr__()` methods to the
dummy classes, which makes debugging test failures less painful.
2024-01-06 17:02:36 +00:00
..
__init__.py
test_pathlib.py GH-113568: Stop raising deprecation warnings from pathlib ABCs (#113757) 2024-01-05 22:56:04 +00:00
test_pathlib_abc.py GH-113528: pathlib ABC tests: add repr to dummy path classes. (#113777) 2024-01-06 17:02:36 +00:00