diff --git a/tox.ini b/tox.ini index 41cacf1..4f8ac88 100644 --- a/tox.ini +++ b/tox.ini @@ -57,7 +57,7 @@ commands = lint: pylint --rcfile=tests/pyproject.toml tests lint: pydocstyle src tests bin lint: pycodestyle src tests bin - 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/} functests: python -m pytest --failed-first --new-first --no-header --quiet {posargs:tests/functional/} coverage: coverage combine coverage: coverage report