1 2 3 4 5 6
#!/bin/bash for test in $(ls *_test.py); do echo "------------------------- ${test} -------------------------" ${test} done