From 2dda00aeef78928696022314e38e7a33db329b21 Mon Sep 17 00:00:00 2001 From: Umut Date: Wed, 18 Aug 2021 11:19:25 +0300 Subject: [PATCH] chore(Makefile): add -s flag to pytest to improve the output of compiler tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index df67344ca..688e83858 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ pcc_internal: check_python_format python_linting mypy_ci pydocstyle .PHONY: pcc_internal pytest: - poetry run pytest --cov=hdk -vv --cov-report=xml tests/ + poetry run pytest -svv --cov=hdk --cov-report=xml tests/ .PHONY: pytest # Not a huge fan of ignoring missing imports, but some packages do not have typing stubs