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

Method testFileList_for_testing

deps/v8/tools/gcmole/gcmole_test.py:34–38  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

32class FilesTest(unittest.TestCase):
33
34 def testFileList_for_testing(self):
35 options = Options(TESTDATA_PATH, 'x64', 1, 0, True)
36 self.assertEqual(
37 gcmole.build_file_list(options),
38 list(map(abs_test_file, ['tools/gcmole/gcmole-test.cc'])))
39
40 def testFileList_x64(self):
41 options = Options(TESTDATA_PATH, 'x64', 1, 0, False)

Callers

nothing calls this directly

Calls 3

OptionsFunction · 0.50
listFunction · 0.50
mapFunction · 0.50

Tested by

no test coverage detected