MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_owner_windows

Method test_owner_windows

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

PClass · 0.70
assertRaisesMethod · 0.45
ownerMethod · 0.45

Tested by

no test coverage detected