Files
PythonRobotics/runtests.sh
2020-12-31 22:54:40 +09:00

7 lines
194 B
Bash
Executable File

#!/usr/bin/env bash
echo "Run test suites! "
# tests: include unittest based tests
# -Werror: warning as error
# --durations=0: show ranking of test durations
pytest tests -Werror --durations=0