Commit 55ced502 authored by Martin Mahner's avatar Martin Mahner Committed by Stéphane Angel

Display all test failures.

parent e442929e
......@@ -22,10 +22,9 @@ def runtests(*test_args):
test_args = ['testapp']
parent = dirname(abspath(__file__))
sys.path.insert(0, parent)
runner = DjangoTestSuiteRunner(verbosity=1, interactive=True)
runner = DjangoTestSuiteRunner(verbosity=1, interactive=True, failfast=False)
failures = runner.run_tests(test_args)
sys.exit(failures)
if __name__ == '__main__':
runtests(*sys.argv[1:])
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment