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

Method test_path_normcase

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

Source from the content-addressed store, hash-verified

1104 self.assertEqual(func(self.file_path), func(self.file_name))
1105
1106 def test_path_normcase(self):
1107 self.assertPathEqual(self.path.normcase)
1108
1109 def test_path_isabs(self):
1110 self.assertPathEqual(self.path.isabs)

Callers

nothing calls this directly

Calls 1

assertPathEqualMethod · 0.95

Tested by

no test coverage detected