From 0208bffb73789b511cd399e22317ab6aa093c7704a33130a550b152c1d57aadf Mon Sep 17 00:00:00 2001 From: f4lco Date: Sat, 28 Mar 2020 21:09:44 +0100 Subject: [PATCH] Show full output on test failure (including diff) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6728074..5936797 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ debug: FLASK_ENV=development $(RUN) test: - pipenv run python -m pytest -v --cov-branch --cov stw_potsdam --cov-report term --cov-report html + pipenv run python -m pytest -vv --cov-branch --cov stw_potsdam --cov-report term --cov-report html test_debug: pipenv run python -m pytest -v --trace