mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-13 17:57:55 -05:00
5 lines
186 B
Bash
Executable File
5 lines
186 B
Bash
Executable File
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
|