We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2639eb7 commit eda943cCopy full SHA for eda943c
tox.ini
@@ -56,7 +56,7 @@ commands =
56
lint: pylint --rcfile=tests/pyproject.toml tests
57
lint: pydocstyle src tests bin
58
lint: pycodestyle src tests bin
59
- tests: python -m pytest --cov --cov-report= --cov-fail-under=0 --failed-first --new-first --no-header --quiet {posargs:tests/unit/}
+ tests: python -m pytest --cov --cov-report= --cov-fail-under=0 {posargs:tests/unit/}
60
functests: python -m pytest --failed-first --new-first --no-header --quiet {posargs:tests/functional/}
61
coverage: coverage combine
62
coverage: coverage report
0 commit comments