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

Method assertNormEqual

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

Source from the content-addressed store, hash-verified

2360 os.chmod(path, 0o755)
2361
2362 def assertNormEqual(self, actual, expected):
2363 self.assertEqual(os.path.normcase(actual), os.path.normcase(expected))
2364
2365 def test_basic(self):
2366 # Given an EXE in a directory, it should be returned.

Calls 2

normcaseMethod · 0.80
assertEqualMethod · 0.45

Tested by

no test coverage detected