Files
full-stack-fastapi-template/backend/scripts/test.sh
T
Sebastián Ramírezandgithub-actions[bot] e80d92452e ♻️ Serve frontend from FastAPI (#2393)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-30 21:41:08 +02:00

9 lines
144 B
Bash
Executable File

#!/usr/bin/env bash
set -e
set -x
FASTAPI_ENV=development coverage run -m pytest tests/
coverage report
coverage html --title "${@-coverage}"