felicity-lims/backend/felicity_lims/scripts/test.sh

7 lines
101 B
Bash
Raw Normal View History

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