Skip to content

GH-130614: pathlib ABCs: delete vestigial test_pathlib_abc module - #131215

Merged
barneygale merged 1 commit into
python:mainfrom
barneygale:gh-130614-cleanup
Mar 14, 2025
Merged

GH-130614: pathlib ABCs: delete vestigial test_pathlib_abc module#131215
barneygale merged 1 commit into
python:mainfrom
barneygale:gh-130614-cleanup

Conversation

@barneygale

@barneygalebarneygale commented Mar 13, 2025

Copy link
Copy Markdown
Contributor

Remove the test.test_pathlib.test_pathlib_abc test module, which was hollowed out in previous commits. Its few remaining tests are most relevant to PurePath and Path, so we move them into test_pathlib.py.

…dule
Remove the `test.test_pathlib.test_pathlib_abc` test module, which was
hollowed out in previous commits. Its few remaining tests are most relevant
to `PurePath` and `Path`, so we move them into `test_pathlib`.
@barneygalebarneygale added tests Tests in the Lib/test dir skip news topic-pathlib labels Mar 13, 2025
@barneygale
barneygale merged commit 633942e into python:mainMar 14, 2025
plashchynski pushed a commit to plashchynski/cpython that referenced this pull request Mar 17, 2025
…dule (python#131215)
Remove the `test.test_pathlib.test_pathlib_abc` test module, which was
hollowed out in previous commits. Its few remaining tests are most relevant
to `PurePath` and `Path`, so we move them into `test_pathlib`.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip newstestsTests in the Lib/test dirtopic-pathlib

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@barneygale