MCPcopy Create free account
hub / github.com/RustPython/RustPython / test_path_isabs

Method test_path_isabs

Lib/test/test_posixpath.py:1109–1110  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1107 self.assertPathEqual(self.path.normcase)
1108
1109 def test_path_isabs(self):
1110 self.assertPathEqual(self.path.isabs)
1111
1112 def test_path_join(self):
1113 self.assertEqual(self.path.join('a', FakePath('b'), 'c'),

Callers

nothing calls this directly

Calls 1

assertPathEqualMethod · 0.95

Tested by

no test coverage detected