re-enable tests

pull/97/head
dgtlmoon 2021-06-21 09:48:52 +10:00
rodzic 1772568559
commit 3f9fab3944
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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