felicity-lims/backend/felicity_lims/scripts/test.sh
2022-01-09 18:00:14 +02:00

6 lines
101 B
Bash

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