diff --git a/scripts/run_tests.sh b/scripts/run_tests.sh index fa1fe0ede..38ed4e6ee 100755 --- a/scripts/run_tests.sh +++ b/scripts/run_tests.sh @@ -33,7 +33,3 @@ display_result $? 2 "Front end code style check" ## Code coverage py.test --cov=app --cov-report=term-missing tests/ display_result $? 3 "Code coverage" - -#export NOTIFY_ADMIN_ENVIRONMENT='config.Test' -#py.test -v -#display_result $? 4 "Unit tests"