FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

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

/ cpython Public

GH-73991: pathlib ABC tests: add DummyPath.unlink() and rmdir() - #120715

Merged
barneygale merged 1 commit into
python:mainfrom
barneygale:pathlib-abc-unlink-rmdir
Jun 18, 2024
Merged

GH-73991: pathlib ABC tests: add DummyPath.unlink() and rmdir()#120715
barneygale merged 1 commit into
python:mainfrom
barneygale:pathlib-abc-unlink-rmdir

Conversation

barneygale commented Jun 18, 2024
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Contributor

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.

…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`.
barneygale added tests Tests in the Lib/test dir skip news topic-pathlib labels Jun 18, 2024
barneygale enabled auto-merge (squash) June 18, 2024 22:05
barneygale merged commit 9f741e5 into python:main Jun 18, 2024
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`.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news tests Tests in the Lib/test dir topic-pathlib

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL