mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-11-30 13:20:40 +03:00
compose small updates
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 compose.yml -f test-compose.yml run --rm app pytest tests
|
||||
docker compose -f compose.yml -f test-compose.yml run --rm app pytest tests --durations=0
|
||||
|
||||
.PHONY: docker-test-snapshot
|
||||
docker-test-snapshot: ## Run project tests with inline snapshot
|
||||
|
||||
Reference in New Issue
Block a user