re-enable tests

pull/97/head
dgtlmoon 4 years ago
parent 1772568559
commit 3f9fab3944

@ -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

Loading…
Cancel
Save