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

Method _next_test

deps/v8/tools/testrunner/testproc/expectation.py:12–16  ·  view source on GitHub ↗
(self, test)

Source from the content-addressed store, hash-verified

10 super(ExpectationProc, self).__init__('no-timeout')
11
12 def _next_test(self, test):
13 subtest = test.create_subtest(self, 'no_timeout')
14 subtest.allow_timeouts()
15 subtest.allow_pass()
16 return self._send_test(subtest)
17
18 def _result_for(self, test, subtest, result):
19 self._send_result(test, result)

Callers

nothing calls this directly

Calls 4

allow_timeoutsMethod · 0.80
allow_passMethod · 0.80
_send_testMethod · 0.80
create_subtestMethod · 0.45

Tested by

no test coverage detected