FAQ | This is a LIVE service | Changelog

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

experimenting with ways of running tests

parent b74c066b
No related branches found
No related tags found
No related merge requests found
......@@ -24,5 +24,5 @@ if __name__ == '__main__':
_output_dir = sys.argv.pop()
_tests = build_test_runner()
_runner = HTMLTestRunner(output=_output_dir, combine_reports = True)
# unittest.main(testRunner = runner)
_runner.run(_tests)
unittest.main(testRunner = _runner)
# _runner.run(_tests)
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