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

Method GetTestStatus

tools/test.py:937–942  ·  view source on GitHub ↗
(self, context, sections, defs)

Source from the content-addressed store, hash-verified

935 return result
936
937 def GetTestStatus(self, context, sections, defs):
938 # Just read the test configuration from root_path/root.status.
939 root = TestConfiguration(context, self.test_root, 'root')
940 root.GetTestStatus(sections, defs)
941 for tests_repos in self.tests_repos:
942 tests_repos.GetTestStatus(context, sections, defs)
943
944
945TIMEOUT_SCALEFACTOR = {

Callers 1

MainFunction · 0.95

Calls 3

GetTestStatusMethod · 0.95
TestConfigurationClass · 0.85
GetTestStatusMethod · 0.45

Tested by

no test coverage detected