MCPcopy Index your code
hub / github.com/nodejs/node / run

Method run

deps/v8/tools/testrunner/testproc/sequence_test.py:37–39  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

35 return True
36
37 def run(self):
38 test = self.tests.pop()
39 self._send_result(test, test.n)
40
41
42class FakeResultObserver(base.TestProcObserver):

Callers 1

_testMethod · 0.95

Calls 2

popMethod · 0.80
_send_resultMethod · 0.80

Tested by

no test coverage detected