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

Method assertEqualNormCase

Lib/test/test_pathlib/test_pathlib.py:1187–1189  ·  view source on GitHub ↗
(self, path_a, path_b)

Source from the content-addressed store, hash-verified

1185 self.assertEqual(cm.exception.errno, errno.ENOENT)
1186
1187 def assertEqualNormCase(self, path_a, path_b):
1188 normcase = self.parser.normcase
1189 self.assertEqual(normcase(path_a), normcase(path_b))
1190
1191 def tempdir(self):
1192 d = os_helper._longpath(tempfile.mkdtemp(suffix='-dirD',

Callers 4

_test_cwdMethod · 0.95
_test_homeMethod · 0.95
test_resolve_commonMethod · 0.95

Calls 2

normcaseFunction · 0.50
assertEqualMethod · 0.45

Tested by

no test coverage detected