From e775ea2446faa7e15cc9a6a126f047108f6c6a76 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Tue, 5 Jul 2016 09:24:13 +0100 Subject: [PATCH] Delete commented out lines MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These aren’t being used, so why have them? --- scripts/run_tests.sh | 3 --- 1 file changed, 3 deletions(-) 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