Files
fast_api_template/backend/scripts/test.sh
T

7 lines
96 B
Bash
Raw Normal View History

#!/usr/bin/env bash
set -e
set -x
pytest --cov=app --cov-report=term-missing app/tests "${@}"