13aa2fbb2ab7dbc5cc6b963e3014919f6130999a
[python_utils.git] / tests / run_all_tests.sh
1 #!/bin/bash
2
3 for test in $(ls *_test.py); do
4     echo "------------------------- ${test} -------------------------"
5     ${test}
6 done