MCPcopy Create free account
hub / github.com/apache/cloudstack / main

Function main

tools/marvin/xunit-reader.py:32–41  ·  view source on GitHub ↗

Entry point for the parser

()

Source from the content-addressed store, hash-verified

30
31
32def main():
33 """
34 Entry point for the parser
35
36 """
37
38 args = _generate_args()
39 file_path_list = _generate_file_list(args)
40
41 exit(parse_reports(file_path_list))
42
43
44def _generate_args():

Callers 1

xunit-reader.pyFile · 0.70

Calls 4

_generate_argsFunction · 0.85
_generate_file_listFunction · 0.85
exitFunction · 0.85
parse_reportsFunction · 0.85

Tested by

no test coverage detected