Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Emterry committed Dec 4, 2024
1 parent 4f9de0c commit a04b329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ test-python:
@echo
@echo "> Running Python Tests (In Docker)..."
@docker compose run --rm -e KUBECONFIG=tests/kubeconfig \
frontend sh -c "pytest -vv tests --color=yes"
frontend sh -c "pytest -v --tb=line tests --color=yes"

## test: Run tests in Docker container
test: test-python
Expand Down

0 comments on commit a04b329

Please sign in to comment.