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

Method next_test

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

Source from the content-addressed store, hash-verified

170 """Processor for filtering tests."""
171
172 def next_test(self, test):
173 if self._filter(test):
174 return False
175
176 return self._send_test(test)
177
178 def result_for(self, test, result):
179 self._send_result(test, result)

Callers

nothing calls this directly

Calls 2

_filterMethod · 0.95
_send_testMethod · 0.80

Tested by

no test coverage detected