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

Method _on_next_test

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

Method called after receiving test from previous processor but before sending it to the next one.

(self, test)

Source from the content-addressed store, hash-verified

120 super(TestProcObserver, self).heartbeat()
121
122 def _on_next_test(self, test):
123 """Method called after receiving test from previous processor but before
124 sending it to the next one."""
125 pass
126
127 def _on_result_for(self, test, result):
128 """Method called after receiving result from next processor but before

Callers 1

next_testMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected