Show full output on test failure (including diff)

This commit is contained in:
f4lco
2020-03-28 21:09:44 +01:00
parent 342157e465
commit 0208bffb73
+1 -1
View File
@@ -11,7 +11,7 @@ debug:
FLASK_ENV=development $(RUN) FLASK_ENV=development $(RUN)
test: 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: test_debug:
pipenv run python -m pytest -v --trace pipenv run python -m pytest -v --trace