MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / assertFilesMatch

Method assertFilesMatch

test/common.py:1147–1148  ·  view source on GitHub ↗
(self, expected, actual)

Source from the content-addressed store, hash-verified

1145 filename, tofile or (filename + '.new'))
1146
1147 def assertFilesMatch(self, expected, actual):
1148 self.assertFileContents(expected, read_file(actual), tofile=actual)
1149
1150 def assertContained(self, values, string, additional_info='', regex=False):
1151 if callable(string):

Calls 2

assertFileContentsMethod · 0.95
read_fileFunction · 0.90