mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-14 10:18:05 -05:00
4 lines
120 B
Bash
Executable File
4 lines
120 B
Bash
Executable File
echo "Run test suites! "
|
|
python -m unittest discover tests
|
|
#python -Wignore -m unittest discover tests #ignore warning
|