We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a9fade commit 8de1018Copy full SHA for 8de1018
pixi.toml
@@ -81,7 +81,7 @@ remove-artifacts = "julia --eval 'rm(joinpath(Base.DEPOT_PATH[1], \"artifacts\")
81
82
# Test
83
test-ribasim-python = "pytest --numprocesses=4 python/ribasim/tests"
84
-test-ribasim-api = "pytest --basetemp=python/ribasim_api/tests/temp --junitxml=report.xml python/ribasim_api/tests"
+test-ribasim-api = "pytest --capture=no --basetemp=python/ribasim_api/tests/temp --junitxml=report.xml python/ribasim_api/tests"
85
test-ribasim-cli = "pytest --numprocesses=4 --basetemp=build/tests/temp --junitxml=report.xml build/tests"
86
test-ribasim-core = { cmd = "julia --project=core --eval 'using Pkg; Pkg.test()'", depends_on = [
87
"generate-testmodels",
0 commit comments