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

Class FakeSuite

deps/v8/tools/testrunner/testproc/variant_test.py:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49
50class FakeSuite(object):
51
52 def __init__(self, name):
53 self.name = name
54
55
56class FakeTest(object):

Callers 1

__init__Method · 0.70

Calls

no outgoing calls

Tested by 1

__init__Method · 0.56