Files
PythonRobotics/runtests.sh
Atsushi Sakai 6d5ca205aa add shbang
2019-07-06 20:53:17 +09:00

6 lines
206 B
Bash
Executable File

#!/usr/bin/env bash
echo "Run test suites! "
#python -m unittest discover tests
#python -Wignore -m unittest discover tests #ignore warning
coverage run -m unittest discover tests # generate coverage file