MCPcopy Create free account
hub / github.com/comaps/comaps / parse_log_file

Method parse_log_file

tools/python/testlog_to_xml_converter.py:123–132  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

121
122
123 def parse_log_file(self):
124 with open(self.logfile) as f:
125
126 PipeEach(f.readlines()).through_functions(
127 self.check_for_exe_boundaries,
128 self.check_for_testcase_boundaries,
129 self.check_test_result,
130 self.should_pass,
131 self.append_to_comment
132 )
133
134
135 def should_pass(self, line):

Callers 1

mainFunction · 0.95

Calls 2

PipeEachClass · 0.85
through_functionsMethod · 0.80

Tested by

no test coverage detected