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

Method assertNormEqual

Lib/test/test_shutil.py:2336–2337  ·  view source on GitHub ↗
(self, actual, expected)

Source from the content-addressed store, hash-verified

2334 os.chmod(path, 0o755)
2335
2336 def assertNormEqual(self, actual, expected):
2337 self.assertEqual(os.path.normcase(actual), os.path.normcase(expected))
2338
2339 def test_basic(self):
2340 # Given an EXE in a directory, it should be returned.

Calls 2

normcaseMethod · 0.80
assertEqualMethod · 0.45

Tested by

no test coverage detected