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 b65cdc4 commit d66afa0Copy full SHA for d66afa0
Justfile
@@ -13,7 +13,7 @@ test *args:
13
test-integration *args:
14
#!/bin/bash
15
trap 'echo; docker compose down --remove-orphans' EXIT
16
- docker compose run --build --rm app .venv/bin/pytest tests/integration.py --no-cov {{args}}
+ docker compose run --build --rm app .venv/bin/pytest packages/stompman/test_stompman/integration.py --no-cov {{args}}
17
18
run-artemis:
19
0 commit comments