Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pythonGH-113528: pathlib ABC tests: add repr to dummy path classes. (p…
…ython#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.
- Loading branch information