FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 11f6ec08 authored by L. Bower's avatar L. Bower
Browse files

updating test outputs

parent 95410708
No related branches found
No related tags found
No related merge requests found
......@@ -24,4 +24,5 @@ if __name__ == '__main__':
_runner = HTMLTestRunner(output=_output_dir, log = True)
_result: TestResult = _runner.run(_tests)
if not _result.wasSuccessful():
print(f"One or more tests failed - see the HTML report for details ({_output_dir})")
sys.exit(1)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment