From c275085172a2382cef8fcc7436d2eb76e192b269 Mon Sep 17 00:00:00 2001 From: Simon Torres Date: Wed, 24 Jul 2024 13:03:16 -0400 Subject: [PATCH] test --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 2d6c4e82..b3f32249 100644 --- a/tox.ini +++ b/tox.ini @@ -22,7 +22,7 @@ deps = cov: mock commands = - pytest --pyargs '{toxinidir}/goodman_pipeline' {posargs} - cov: pytest --pyargs '{toxinidir}/goodman_pipeline' --cov goodman_pipeline {posargs} + pytest --pyargs '{toxinidir}' {posargs} + cov: pytest --pyargs '{toxinidir}' --cov goodman_pipeline {posargs} cov: coverage xml -o '{toxinidir}/coverage.xml' html: coverage html -d .coverage_html \ No newline at end of file