chore(Makefile): add -s flag to pytest to improve the output of compiler tests

This commit is contained in:
Umut
2021-08-18 11:19:25 +03:00
parent ed66981ccd
commit 2dda00aeef

View File

@@ -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