Skip to content

Commit f44a4c8

Browse files
committed
Specify directory with tests for pytest command
1 parent 67568dc commit f44a4c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/scripts/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
set -e
44
set -x
55

6-
coverage run --source=app -m pytest
6+
coverage run --source=app -m pytest tests/
77
coverage report --show-missing
88
coverage html --title "${@-coverage}"

0 commit comments

Comments
 (0)