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

Method test_init_0

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

Source from the content-addressed store, hash-verified

65 self.assertEqual("empty", next(self.loader.tests, "empty"))
66
67 def test_init_0(self):
68 self.loader = LoadProc(iter(range(10)), 0)
69 with self.send_test_return_values([]): # _send_test never gets called
70 self.loader.load_initial_tests()
71 self.assertEqual(0, next(self.loader.tests))
72
73
74if __name__ == '__main__':

Callers

nothing calls this directly

Calls 5

LoadProcClass · 0.90
load_initial_testsMethod · 0.80
rangeFunction · 0.50
nextFunction · 0.50

Tested by

no test coverage detected