◐ Shell
clean mode source ↗

GH-73991: pathlib ABC tests: add `DummyPath.unlink()` and `rmdir()` by barneygale · Pull Request #120715 · python/cpython

…r()`

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`.

mrahtz pushed a commit to mrahtz/cpython that referenced this pull request

Jun 30, 2024
…r()` (python#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`.

noahbkim pushed a commit to hudson-trading/cpython that referenced this pull request

Jul 11, 2024
…r()` (python#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`.

estyxx pushed a commit to estyxx/cpython that referenced this pull request

Jul 17, 2024
…r()` (python#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`.