(self)
| 3453 | |
| 3454 | @needs_windows |
| 3455 | def test_owner_windows(self): |
| 3456 | P = self.cls |
| 3457 | with self.assertRaises(pathlib.UnsupportedOperation): |
| 3458 | P('c:/').owner() |
| 3459 | |
| 3460 | @needs_windows |
| 3461 | def test_group_windows(self): |
nothing calls this directly
no test coverage detected