MCPcopy
hub / github.com/mkdocs/mkdocs / assertPathsEqual

Method assertPathsEqual

mkdocs/tests/base.py:104–105  ·  view source on GitHub ↗
(self, a, b, msg=None)

Source from the content-addressed store, hash-verified

102 """
103
104 def assertPathsEqual(self, a, b, msg=None):
105 self.assertEqual(a.replace(os.sep, '/'), b.replace(os.sep, '/'), msg=msg)
106
107 def assertPathExists(self, *parts):
108 path = os.path.join(*parts)

Callers 14

test_md_fileMethod · 0.80
test_md_file_nestedMethod · 0.80
test_md_index_fileMethod · 0.80
test_static_fileMethod · 0.80
test_media_fileMethod · 0.80
test_javascript_fileMethod · 0.80
test_css_fileMethod · 0.80

Calls

no outgoing calls

Tested by 14

test_md_fileMethod · 0.64
test_md_file_nestedMethod · 0.64
test_md_index_fileMethod · 0.64
test_static_fileMethod · 0.64
test_media_fileMethod · 0.64
test_javascript_fileMethod · 0.64
test_css_fileMethod · 0.64