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

Function main

tools/python/testlog_to_xml_converter.py:241–248  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

239
240
241def main():
242 options = read_cl_options()
243 parser = Parser(options.input, options.output)
244
245 parser.parse_log_file()
246 parser.write_xml_file()
247
248 print("\nFinished writing the xUnit-style xml file\n")
249
250
251if __name__ == '__main__':

Callers 1

Calls 4

parse_log_fileMethod · 0.95
write_xml_fileMethod · 0.95
read_cl_optionsFunction · 0.85
ParserClass · 0.85

Tested by

no test coverage detected