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

Method test_path_normcase

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

Source from the content-addressed store, hash-verified

1235 self.assertEqual(func(self.file_path), func(self.file_name))
1236
1237 def test_path_normcase(self):
1238 self.assertPathEqual(self.path.normcase)
1239
1240 def test_path_isabs(self):
1241 self.assertPathEqual(self.path.isabs)

Callers

nothing calls this directly

Calls 1

assertPathEqualMethod · 0.95

Tested by

no test coverage detected