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

Method addTest

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

Source from the content-addressed store, hash-verified

111 self.failing_and_slow_first = options.failing_and_slow_first
112
113 def addTest(self, test):
114 super().addTest(test)
115 test.is_parallel = True
116
117 def run(self, result):
118 # The 'spawn' method is used on windows and it can be useful to set this on

Callers 1

load_test_suiteFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected