MCPcopy Create free account
hub / github.com/nodejs/node / __init__

Method __init__

deps/v8/test/mjsunit/testcfg.py:188–190  ·  view source on GitHub ↗
(self, name, tests)

Source from the content-addressed store, hash-verified

186 passed as arguments.
187 """
188 def __init__(self, name, tests):
189 super(CombinedTest, self).__init__(tests[0].suite, '', name)
190 self._tests = tests
191
192 def _prepare_outcomes(self, force_update=True):
193 self._statusfile_outcomes = outproc.OUTCOMES_PASS_OR_TIMEOUT

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected