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

Method AddTestsToList

tools/test.py:901–906  ·  view source on GitHub ↗
(self, result, current_path, path, context, arch, mode)

Source from the content-addressed store, hash-verified

899 return self.GetConfiguration(context).GetBuildRequirements()
900
901 def AddTestsToList(self, result, current_path, path, context, arch, mode):
902 tests = self.GetConfiguration(context).ListTests(current_path, path,
903 arch, mode)
904 result += tests
905 for i in range(1, context.repeat):
906 result += copy.deepcopy(tests)
907
908 def GetTestStatus(self, context, sections, defs):
909 self.GetConfiguration(context).GetTestStatus(sections, defs)

Callers 1

ListTestsMethod · 0.80

Calls 3

GetConfigurationMethod · 0.95
rangeFunction · 0.50
ListTestsMethod · 0.45

Tested by

no test coverage detected