()
| 239 | |
| 240 | |
| 241 | def 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 | |
| 251 | if __name__ == '__main__': |
no test coverage detected