Files
fast_api_template/backend/scripts/test.sh
T

9 lines
120 B
Bash
Raw Normal View History

#!/usr/bin/env bash
set -e
set -x
coverage run -m pytest tests/
coverage report
2024-03-12 17:29:49 +01:00
coverage html --title "${@-coverage}"