This commit is contained in:
Adrian 2015-09-29 22:07:15 +02:00
parent 8a2928249b
commit a611593597

View file

@ -35,5 +35,5 @@ test_runner = get_runner(settings)
failures = test_runner(
verbosity=1,
interactive=False,
failfast=False).run_tests(['tests'])
failfast=False).run_tests()
sys.exit(failures)