Skip to content
Snippets Groups Projects
Commit 5b59b825 authored by Daniel CARRON's avatar Daniel CARRON :b: Committed by André Anjos
Browse files

[pyproject] Update test-ci task

parent 7b405bd7
No related branches found
No related tags found
1 merge request!46Create common library
...@@ -153,7 +153,7 @@ test = "pytest -sv tests/" ...@@ -153,7 +153,7 @@ test = "pytest -sv tests/"
test-slow = { cmd = "pytest -sv tests/", env = { PYTEST_ADDOPTS = "-m slow" } } test-slow = { cmd = "pytest -sv tests/", env = { PYTEST_ADDOPTS = "-m slow" } }
test-fast = { cmd = "pytest -sv tests/", env = { PYTEST_ADDOPTS = "-m '(not slow)'" } } test-fast = { cmd = "pytest -sv tests/", env = { PYTEST_ADDOPTS = "-m '(not slow)'" } }
test-cov = "pytest -sv --cov-report 'html:html/coverage' tests/" test-cov = "pytest -sv --cov-report 'html:html/coverage' 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" test-ci = "cp tests/classification/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/"
[tool.pixi.feature.build.dependencies] [tool.pixi.feature.build.dependencies]
hatch = "*" hatch = "*"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment