From 3f9fab3944cd57f206fc3f256d169e31d774928d Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 21 Jun 2021 09:48:52 +1000 Subject: [PATCH] re-enable tests --- backend/run_all_tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/run_all_tests.sh b/backend/run_all_tests.sh index 2a1f51815..d4eb38e36 100755 --- a/backend/run_all_tests.sh +++ b/backend/run_all_tests.sh @@ -15,4 +15,5 @@ export BASE_URL="https://foobar.com" find tests/test_*py -type f|while read test_name do echo "TEST RUNNING $test_name" + pytest $test_name done