Solaar/test.sh

6 lines
90 B
Bash
Executable File

#!/bin/sh
cd `dirname "$0"`
rm -f test.log
python -m unittest discover -v -p '*_test.py'