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

Method _send_test

deps/v8/tools/testrunner/testproc/base.py:97–99  ·  view source on GitHub ↗

Helper method for sending test to the next processor.

(self, test)

Source from the content-addressed store, hash-verified

95 pass
96
97 def _send_test(self, test):
98 """Helper method for sending test to the next processor."""
99 return self._next_proc.next_test(test)
100
101 def _send_result(self, test, result):
102 """Helper method for sending result to the previous processor."""

Callers 13

load_initial_testsMethod · 0.80
result_forMethod · 0.80
_send_next_subtestMethod · 0.80
_try_send_next_testMethod · 0.80
_next_testMethod · 0.80
next_testMethod · 0.80
next_testMethod · 0.80
next_testMethod · 0.80
result_forMethod · 0.80
_send_next_testMethod · 0.80
_try_send_new_subtestMethod · 0.80
_next_testMethod · 0.80

Calls 1

next_testMethod · 0.45

Tested by

no test coverage detected