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

Method test_init

deps/v8/tools/testrunner/testproc/loader_test.py:46–49  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

44 self.assertEqual("empty", next(self.loader.tests, "empty"))
45
46 def test_init(self):
47 with self.send_test_return_values([True] * 4):
48 self.loader.load_initial_tests()
49 self.assertEqual(2, next(self.loader.tests))
50
51 def test_init_fully_filtered(self):
52 with self.send_test_return_values([False] * 4):

Callers

nothing calls this directly

Calls 3

load_initial_testsMethod · 0.80
nextFunction · 0.50

Tested by

no test coverage detected