Skip to content

Commit

Permalink
update makefile command
Browse files Browse the repository at this point in the history
  • Loading branch information
nboyse committed Feb 10, 2025
1 parent 0ad156c commit 8d69004
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ test-ai: ## Test code with live LLM

.PHONY: test-redbox
test-redbox: ## Test redbox
export PYTHONPATH=$(PWD)/django_app:$(PWD)/redbox-core
cd redbox-core && PYTHONPATH=$(PWD)/django_app:$(PWD)/redbox-core DJANGO_SETTINGS_MODULE=django_app.settings poetry install && poetry run pytest -m "not ai" --cov=redbox -v --cov-report=term-missing --cov-fail-under=60
cd redbox-core && PYTHONPATH=$(PWD)/django_app:$(PWD)/redbox-core DJANGO_SETTINGS_MODULE=django_app.settings poetry install && \
PYTHONPATH=$(PWD)/django_app:$(PWD)/redbox-core poetry run pytest -m "not ai" --cov=redbox -v --cov-report=term-missing --cov-fail-under=60

.PHONY: test-django
test-django: ## Test django-app
Expand Down

0 comments on commit 8d69004

Please sign in to comment.