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

Method GetTestStatus

tools/test.py:861–864  ·  view source on GitHub ↗
(self, sections, defs)

Source from the content-addressed store, hash-verified

859 return True
860
861 def GetTestStatus(self, sections, defs):
862 status_file = join(self.root, '%s.status' % self.section)
863 if exists(status_file):
864 ReadConfigurationInto(status_file, sections, defs)
865
866
867class TestSuite(object):

Callers 1

GetTestStatusMethod · 0.95

Calls 3

joinFunction · 0.90
existsFunction · 0.85
ReadConfigurationIntoFunction · 0.85

Tested by

no test coverage detected