From b978395536932bcac337ac5bf79afddf8d92b12a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 17:36:28 +0000 Subject: [PATCH] Apply updates from cookiecutter This automated commit applies the latest updates from our cookiecutters [1] to this repo. [1]: https://github.com/hypothesis/cookiecutters --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2507b7e..118345c 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