Skip to content

Commit

Permalink
Add test-libmambapy to Taskfile
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoinePrv committed Nov 6, 2023
1 parent b1ea6ce commit a1a8d89
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Taskfile.dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,17 @@ tasks:
test-micromamba:
cmds: [{task: _test-micromamba, vars: {args: '{{.CLI_ARGS}}'}}]

_test-libmambapy:
internal: true
deps: [{task: '_build', vars: {target: 'libmambapy'}}]
env:
PYTHONPATH: '{{.CMAKE_BUILD_DIR}}/libmambapy'
cmds:
- >-
{{.DEV_RUN}} python -m pytest libmambapy/tests/ {{.args}}
test-libmambapy:
cmds: [{task: _test-libmambapy, vars: {args: '{{.CLI_ARGS}}'}}]

install-cpp:
deps: [_build]
cmds:
Expand Down

0 comments on commit a1a8d89

Please sign in to comment.