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

Method next_test

deps/v8/tools/testrunner/testproc/base.py:110–112  ·  view source on GitHub ↗
(self, test)

Source from the content-addressed store, hash-verified

108 super(TestProcObserver, self).__init__()
109
110 def next_test(self, test):
111 self._on_next_test(test)
112 return self._send_test(test)
113
114 def result_for(self, test, result):
115 self._on_result_for(test, result)

Callers

nothing calls this directly

Calls 2

_on_next_testMethod · 0.95
_send_testMethod · 0.80

Tested by

no test coverage detected