We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 393631b commit 27ab1dcCopy full SHA for 27ab1dc
tox.ini
@@ -25,4 +25,4 @@ deps =
25
-r{toxinidir}/requirements-dev.txt
26
commands =
27
pre-commit run --all-files --show-diff-on-failure
28
- python -bb -m pytest
+ python -bb -m pytest {posargs:tests}
0 commit comments