re-enable tests

This commit is contained in:
dgtlmoon
2021-06-21 09:48:52 +10:00
parent 1772568559
commit 3f9fab3944
+1
View File
@@ -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