mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
chore(Makefile): add -s flag to pytest to improve the output of compiler tests
This commit is contained in:
2
Makefile
2
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
|
||||
|
||||
Reference in New Issue
Block a user