Skip to content

GH-110109: Fix misplaced tests for pathlib.WindowsPath.owner() and group() - #112239

Merged
barneygale merged 1 commit into
python:mainfrom
barneygale:fix-misplaced-pathlib-owner-group-tests
Nov 18, 2023
Merged

GH-110109: Fix misplaced tests for pathlib.WindowsPath.owner() and group()#112239
barneygale merged 1 commit into
python:mainfrom
barneygale:fix-misplaced-pathlib-owner-group-tests

Conversation

@barneygale

@barneygalebarneygale commented Nov 18, 2023

Copy link
Copy Markdown
Contributor

Move test methods from WindowsPathAsPureTest to WindowsPathTest unit. The former test unit is intended to exercise only pure path functionality.

…` and `group()`
Move test methods from `WindowsPathAsPureTest` to `WindowsPathTest` unit.
The former test unit is intended to exercise only pure path functionality.
@barneygalebarneygale added tests Tests in the Lib/test dir skip news topic-pathlib labels Nov 18, 2023
@bedevere-appbedevere-appBot mentioned this pull request Nov 18, 2023
8 tasks
@barneygale
barneygale enabled auto-merge (squash) November 18, 2023 15:29
@barneygale
barneygale merged commit 9c7c8ba into python:mainNov 18, 2023
aisk pushed a commit to aisk/cpython that referenced this pull request Feb 11, 2024
…` and `group()` (python#112239)
Move test methods from `WindowsPathAsPureTest` to `WindowsPathTest` unit.
The former test unit is intended to exercise only pure path functionality.
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
…` and `group()` (python#112239)
Move test methods from `WindowsPathAsPureTest` to `WindowsPathTest` unit.
The former test unit is intended to exercise only pure path functionality.
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