Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ setUp
Method
setUp
deps/v8/tools/testrunner/testproc/loader_test.py:22–23 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
20
# TODO(liviurau): test interaction between load_initialtests and results_for.
21
22
def
setUp(self):
23
self.loader = LoadProc(iter(range(4)), 2)
24
25
@contextmanager
26
def
send_test_return_values(self, l):
Callers
nothing calls this directly
Calls
2
LoadProc
Class · 0.90
range
Function · 0.50
Tested by
no test coverage detected