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

Method _filter

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

Returns whether test should be filtered out.

(self, test)

Source from the content-addressed store, hash-verified

179 self._send_result(test, result)
180
181 def _filter(self, test):
182 """Returns whether test should be filtered out."""
183 raise NotImplementedError()

Callers 1

next_testMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected