Skip to content

Commit

Permalink
fix: adapting command to run all unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
boekhorstb1 committed Jun 11, 2024
1 parent ab8f309 commit 884a028
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ run-tests-locally: ## Runs the tests in the tests directory. NB: check that your
.PHONY: run-tests
run-tests: ## Runs the tests in the container
${CONTAINERCMD} exec -it rookify-dev bash -c "/app/rookify/.venv/bin/python -m unittest /app/rookify/src/tests/test_mock_*"
${CONTAINERCMD} exec -it rookify-dev bash -c "/app/rookify/.venv/bin/python -m unittest /app/rookify/src/tests/modules/test_*"

.PHONY: enter
enter: ## Enter the container
Expand Down

0 comments on commit 884a028

Please sign in to comment.