Skip to content

Commit a396929

Browse files
committed
Adde pytest target
1 parent 6d89eb8 commit a396929

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/test

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

66
scripts/lint
7-
coverage run -m pytest $@
7+
coverage run -m pytest tests $@
88
coverage report --show-missing
99
coverage xml

0 commit comments

Comments
 (0)