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

Method assertStartswith

test/test_core.py:488–489  ·  view source on GitHub ↗
(self, output, prefix)

Source from the content-addressed store, hash-verified

486 return False
487
488 def assertStartswith(self, output, prefix):
489 self.assertEqual(prefix, output[:len(prefix)])
490
491 def verify_in_strict_mode(self, filename):
492 js = read_file(filename)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected