cd test

for file in test_*.py; do
    echo -e "\nrunning $file"
    python3 $file;
done
