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