mirror of
https://github.com/RYDE-WORK/full-stack-fastapi-template.git
synced 2026-01-19 13:13:25 +08:00
7 lines
96 B
Bash
Executable File
7 lines
96 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
set -x
|
|
|
|
pytest --cov=app --cov-report=term-missing app/tests "${@}"
|