Files
PythonRobotics/runtests.sh
Atsushi Sakai 4c5e3ccc9e fix VisibleDeprecation Warning (#358)
* try coverage

* add python warning setting

* add random seed for test coverage
2020-07-10 23:46:19 +09:00

7 lines
252 B
Bash
Executable File

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