]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-110109: Fix misplaced tests for `pathlib.WindowsPath.owner()` and `group()` (...
authorBarney Gale <barney.gale@gmail.com>
Sat, 18 Nov 2023 15:42:07 +0000 (15:42 +0000)
committerGitHub <noreply@github.com>
Sat, 18 Nov 2023 15:42:07 +0000 (15:42 +0000)
commit9c7c8bacc140b0ce7bbb17b1756a1ea9fb376983
treec7f1c842014f371dfa101513172bcdbe0019fda9
parent91d17305414923ae3f1cf98108ca42c50e60c8ea
GH-110109: Fix misplaced tests for `pathlib.WindowsPath.owner()` and `group()` (#112239)

Move test methods from `WindowsPathAsPureTest` to `WindowsPathTest` unit.
The former test unit is intended to exercise only pure path functionality.
Lib/test/test_pathlib.py