Skip to content

Commit

Permalink
pixi: Update test-ribasim-api
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian committed Oct 18, 2023
1 parent 85436af commit 76dcf38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,5 @@ dmypy.json

/.luarc.json
build/ribasim_cli/tests/temp/
python/ribasim_api/tests/temp/
report.xml
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ build-libribasim = { cmd = "cd build/create_binaries && julia --project create_l
build = { depends_on = ["build-ribasim-cli", "build-libribasim"] }
# Test
test-ribasim-python = "pytest --numprocesses=auto python/ribasim/tests"
test-ribasim-api = "pytest --numprocesses=auto python/ribasim_api/tests"
test-ribasim-api = "pytest --numprocesses=auto --basetemp=python/ribasim_api/tests/temp --junitxml=report.xml python/ribasim_api/tests"
test-ribasim-cli = "pytest --numprocesses=auto --basetemp=build/ribasim_cli/tests/temp --junitxml=report.xml build/ribasim_cli/tests"
test-ribasim-core = { cmd = "julia --project=core --eval 'using Pkg; Pkg.instantiate(); Pkg.test()'", depends_on = [
"generate-testmodels",
Expand Down

0 comments on commit 76dcf38

Please sign in to comment.