fix unit tests

This commit is contained in:
Jakub Miazek
2024-05-12 19:52:51 +02:00
parent 5d5ea60ca6
commit a6cceeef73
3 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ docker-create-db-migration: ## Create new alembic database migration aka databa
.PHONY: docker-test
docker-test: ## Run project tests
docker-compose -f docker-compose.yml -f docker-compose.test.yml run --rm app pytest
docker-compose -f docker-compose.yml -f docker-compose.test.yml run --rm app pytest tests
.PHONY: docker-test-snapshot
docker-test-snapshot: ## Run project tests with inline snapshot