cpython/Lib/test/test_pathlib
Barney Gale 9f741e55c1
GH-73991: pathlib ABC tests: add DummyPath.unlink() and rmdir() (#120715)
In preparation for the addition of `PathBase.rmtree()`, implement
`DummyPath.unlink()` and `rmdir()`, and move corresponding tests into
`test_pathlib_abc` so they're run against `DummyPath`.
2024-06-18 22:13:45 +00:00
..
__init__.py
test_pathlib.py GH-73991: pathlib ABC tests: add DummyPath.unlink() and rmdir() (#120715) 2024-06-18 22:13:45 +00:00
test_pathlib_abc.py GH-73991: pathlib ABC tests: add DummyPath.unlink() and rmdir() (#120715) 2024-06-18 22:13:45 +00:00