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

Method create_subtest

deps/v8/tools/testrunner/testproc/seed.py:46–48  ·  view source on GitHub ↗
(idx)

Source from the content-addressed store, hash-verified

44
45 def _try_send_next_test(self, test):
46 def create_subtest(idx):
47 seed = self._seed or random_utils.random_seed()
48 return test.create_subtest(self, idx, random_seed=seed)
49
50 num = self._last_idx[test.procid]
51 if not self._count or num < self._count:

Callers 5

_send_next_subtestMethod · 0.45
_next_testMethod · 0.45
_try_send_new_subtestMethod · 0.45
_create_genMethod · 0.45

Calls 1

random_seedMethod · 0.80

Tested by

no test coverage detected