From 3c4c743c4f25bfa272976d4a2c00fa565532c177 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Mon, 11 Dec 2023 12:27:52 -0300 Subject: [PATCH] Add testmon and instafail options to pytest --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 41319e0e3..df6365415 100644 --- a/Makefile +++ b/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)