diff --git a/pyproject.toml b/pyproject.toml index 826a502ba7f73d2ed0370ffebbf1c6b6456edcf8..5d2bcc6476083cfb7021e5ced001344a0d2e08a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -153,7 +153,7 @@ test = "pytest -sv tests/" test-slow = { cmd = "pytest -sv tests/", env = { PYTEST_ADDOPTS = "-m slow" } } test-fast = { cmd = "pytest -sv tests/", env = { PYTEST_ADDOPTS = "-m '(not slow)'" } } test-cov = "pytest -sv --cov-report 'html:html/coverage' tests/" -test-ci = "cp tests/data/mednet.toml $XDG_CONFIG_HOME && pytest -sv --cov-report 'html:html/coverage' --cov-report 'xml:coverage.xml' --junitxml 'junit-coverage.xml' --ignore '.profile' tests/" +test-ci = "cp src/mednet/libs/classification/tests/data/mednet.toml $XDG_CONFIG_HOME && pytest -sv --cov-report 'html:html/coverage' --cov-report 'xml:coverage.xml' --junitxml 'junit-coverage.xml' --ignore '.profile' src/mednet/tests src/mednet/libs/common/tests/ src/mednet/libs/classification/tests src/mednet/libs/segmentation/tests" [tool.pixi.feature.build.dependencies] hatch = "*"