mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-11-30 13:20:40 +03:00
fix unit tests
This commit is contained in:
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user