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

Method startTest

test/parallel_testsuite.py:325–328  ·  view source on GitHub ↗
(self, test)

Source from the content-addressed store, hash-verified

323 prof.write(f',\n{{"pid":{dummy_test_task_counter},"op":"exit","time":{self.start_time + self.test_duration},"returncode":0}}')
324
325 def startTest(self, test):
326 super().startTest(test)
327 self.test = test
328 self.test_name = str(test)
329
330 def addSuccess(self, test):
331 super().addSuccess(test)

Callers 1

integrate_resultMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected