Sergio Barahona

Results 2 issues of Sergio Barahona

If a google test exits unexpectedly or using exit, the XML file will not be generated, this handles the FileNotFoundError exception and returns the output to the console

If for any reason a google test exits with exit(1) or before the test ends, code will still try to read the xml file, but since it doesn't exists a...