File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ docker-create-db-migration: ## Create new alembic database migration aka databa
2727
2828.PHONY : docker-test
2929docker-test : # # Run project tests
30- docker compose -f compose.yml -f test-compose.yml run --rm app pytest tests
30+ docker compose -f compose.yml -f test-compose.yml run --rm app pytest tests --durations=0
3131
3232.PHONY : docker-test-snapshot
3333docker-test-snapshot : # # Run project tests with inline snapshot
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ services:
1818 - " 8080:8080"
1919 depends_on :
2020 - db
21- - redis
21+ - inmemory
2222
2323 db :
2424 container_name : fsap_db
Original file line number Diff line number Diff line change 1- version : ' 3.8'
2-
31services :
42 app :
53 environment :
You can’t perform that action at this time.
0 commit comments