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

Method __init__

deps/v8/tools/testrunner/testproc/variant_test.py:58–62  ·  view source on GitHub ↗
(self, procid)

Source from the content-addressed store, hash-verified

56class FakeTest(object):
57
58 def __init__(self, procid):
59 self.suite = FakeSuite("fake_suite")
60 self.procid = procid
61
62 self.keep_output = False
63
64 def create_subtest(self, proc, subtest_id, **kwargs):
65 variant = kwargs['variant']

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls 1

FakeSuiteClass · 0.70

Tested by

no test coverage detected