Add testmon and instafail options to pytest
This commit is contained in:
parent
ea350e58d2
commit
3c4c743c4f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -20,7 +20,7 @@ coverage:
|
|||
|
||||
tests:
|
||||
@make install_backend
|
||||
poetry run pytest tests
|
||||
poetry run pytest tests --testmon --instafail
|
||||
|
||||
tests_frontend:
|
||||
ifeq ($(UI), true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue