This commit is contained in:
2025-09-08 16:35:36 +08:00
parent 861efe5f5b
commit 7f0f4dc96a

8
backend/scripts/test.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -e
set -x
coverage run --source=app -m pytest
coverage report --show-missing
coverage html --title "${@-coverage}"