Skip to content
Snippets Groups Projects
Commit fda23592d9e0 authored by Georges Racinet's avatar Georges Racinet
Browse files

run-all-tests: split pytest invocation line

parent 47064ce4ef99
No related branches found
No related tags found
No related merge requests found
......@@ -30,4 +30,8 @@
fi
# vendor/ subdirectory is used in CI for some 'live' dependencies (e.g., hg-git)
$RUNNER --ignore vendor/ --cov heptapod --cov hgext3rd.heptapod --doctest-modules --cov-fail-under 100 $@
$RUNNER --ignore vendor/ \
--doctest-modules \
--cov heptapod --cov hgext3rd.heptapod \
--cov-fail-under 100 \
$@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment