Add testmon and instafail options to pytest

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-12-11 12:27:52 -03:00
commit 3c4c743c4f

View file

@ -20,7 +20,7 @@ coverage:
tests:
@make install_backend
poetry run pytest tests
poetry run pytest tests --testmon --instafail
tests_frontend:
ifeq ($(UI), true)