(self)
| 3444 | |
| 3445 | @needs_windows |
| 3446 | def test_owner_windows(self): |
| 3447 | P = self.cls |
| 3448 | with self.assertRaises(pathlib.UnsupportedOperation): |
| 3449 | P('c:/').owner() |
| 3450 | |
| 3451 | @needs_windows |
| 3452 | def test_group_windows(self): |
nothing calls this directly
no test coverage detected