diff --git a/scripts/run_tests.sh b/scripts/run_tests.sh index d010edfb9..9ef53a3fc 100755 --- a/scripts/run_tests.sh +++ b/scripts/run_tests.sh @@ -35,6 +35,3 @@ export NOTIFY_ADMIN_ENVIRONMENT='config.Test' ## Code coverage py.test -n2 --cov=app --cov-report=term-missing tests/ display_result $? 3 "Code coverage" - -#py.test -v -#display_result $? 4 "Unit tests