From 3f131a04688661460819242613f10b7498fc4432 Mon Sep 17 00:00:00 2001 From: Simon Torres Date: Thu, 25 Jul 2024 15:16:52 -0400 Subject: [PATCH] testing full path --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ab1ef135..698f455a 100644 --- a/tox.ini +++ b/tox.ini @@ -23,7 +23,7 @@ deps = commands = pip freeze - pytest --pyargs goodman_pipeline {posargs} + pytest '{toxinidir}/goodman_pipeline' {posargs} cov: pytest --pyargs goodman_pipeline --cov goodman_pipeline {posargs} cov: coverage xml -o '{toxinidir}/coverage.xml' html: coverage html -d .coverage_html \ No newline at end of file