mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-24 17:02:55 +08:00
6 lines
101 B
Bash
6 lines
101 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
set -x
|
|
|
|
pytest --cov=app --cov-report=term-missing felicity/tests "${@}"
|