Skip to content

Commit

Permalink
tox: Allow us to specify a test
Browse files Browse the repository at this point in the history
Let's us run a specific test instead of having to run everything.

Signed-off-by: Stephen Finucane <stephen@that.guru>
  • Loading branch information
stephenfin committed Dec 9, 2021
1 parent 215e905 commit 38b1efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ deps =
click7: click>=7.0,<8.0
click8: click>=8.0,<9.0
commands =
coverage run --source={toxinidir}/sphinx_click -m unittest discover -s tests/
coverage run --source={toxinidir}/sphinx_click -m unittest {posargs}
coverage report
pip_pre =
pre: true
Expand Down

0 comments on commit 38b1efc

Please sign in to comment.