Verified Commit 5e5c4f62 authored by Baptiste Beauplat's avatar Baptiste Beauplat
Browse files

Pass extra tox args to the test cli to allow running partial tests

parent 95a03e75
......@@ -18,7 +18,7 @@ setenv =
commands =
coverage erase
coverage run manage.py test -v 2 --exclude-tag nntp
coverage run manage.py test -v 2 --exclude-tag nntp {posargs}
coverage report --include='debexpo*' --omit '*/nntp.py'
coverage html --include='debexpo*' --omit '*/nntp.py'
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment