MCPcopy Index your code
hub / github.com/python/cpython / test_owner_windows

Method test_owner_windows

Lib/test/test_pathlib/test_pathlib.py:3446–3449  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 3

ownerMethod · 0.80
PClass · 0.70
assertRaisesMethod · 0.45

Tested by

no test coverage detected