cd test

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