Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mentors.debian.net
debexpo
Commits
5e5c4f62
Verified
Commit
5e5c4f62
authored
Sep 26, 2021
by
Baptiste Beauplat
Browse files
Pass extra tox args to the test cli to allow running partial tests
parent
95a03e75
Changes
1
Hide whitespace changes
Inline
Side-by-side
tox.ini
View file @
5e5c4f62
...
...
@@ -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'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment