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

Method assertPathEqual

Lib/test/test_posixpath.py:1234–1235  ·  view source on GitHub ↗
(self, func)

Source from the content-addressed store, hash-verified

1232 file.write(b"test_posixpath.PathLikeTests")
1233
1234 def assertPathEqual(self, func):
1235 self.assertEqual(func(self.file_path), func(self.file_name))
1236
1237 def test_path_normcase(self):
1238 self.assertPathEqual(self.path.normcase)

Callers 15

test_path_normcaseMethod · 0.95
test_path_isabsMethod · 0.95
test_path_splitMethod · 0.95
test_path_splitextMethod · 0.95
test_path_splitdriveMethod · 0.95
test_path_splitrootMethod · 0.95
test_path_basenameMethod · 0.95
test_path_dirnameMethod · 0.95
test_path_islinkMethod · 0.95
test_path_lexistsMethod · 0.95
test_path_ismountMethod · 0.95
test_path_expanduserMethod · 0.95

Calls 2

funcFunction · 0.70
assertEqualMethod · 0.45

Tested by

no test coverage detected