diff --git a/backend/run_all_tests.sh b/backend/run_all_tests.sh index 2a1f5181..d4eb38e3 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