From 3bca5237b40605867923f89110ff90c1d7cadbaa Mon Sep 17 00:00:00 2001 From: Matt Griswold Date: Sat, 27 Apr 2024 21:00:35 -0500 Subject: [PATCH] update pytest command --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 931c76b..2f33e06 100644 --- a/tox.ini +++ b/tox.ini @@ -37,7 +37,7 @@ allowlist_externals = poetry commands = pip install pip -U poetry install -v --extras all - poetry run pytest tests/ --cov="{envsitepackagesdir}/vaping" --cov-report=xml + poetry run pytest -vs --cov={toxinidir}/src --cov-report=term-missing --cov-report=xml tests/ [pytest] norecursedirs = .Ctl .tox data gen