Browse Source

Add noinput and verbosity 1 settings to testrunner

rafalp 6 years ago
parent
commit
ceb61972f4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      runtests.py

+ 1 - 1
runtests.py

@@ -20,4 +20,4 @@ def runtests():
                 "forget to activate a virtual environment?"
             )
         raise
-    execute_from_command_line(["manage.py", "test"] + sys.argv[1:])
+    execute_from_command_line(["manage.py", "test"] + sys.argv[1:] + ["--noinput", "-v", "1"])