Skip to content

Commit

Permalink
Run tests with -t option (#428)
Browse files Browse the repository at this point in the history
This will color code the output.
  • Loading branch information
NickSchimek authored and wittejm committed Oct 2, 2019
1 parent 5473e34 commit 90b47a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ test:
pipenv run pytest --ignore=src/frontend/

dev_test:
docker exec $$(docker ps -qf name=$(BACKEND_CONTAINER_NAME)) pytest
docker exec -t $$(docker ps -qf name=$(BACKEND_CONTAINER_NAME)) pytest

dev_drop_database:
docker volume rm $$(docker volume ls -qf name=$(STACK_NAME))
Expand Down

0 comments on commit 90b47a3

Please sign in to comment.