From 6b608364361b14642f3227de299f3eccda92637b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= <hugo@lysator.liu.se>
Date: Sat, 16 Sep 2023 02:40:23 +0200
Subject: [PATCH] Add VERBOSE for tests in Makefile.

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 9c28578..372fc39 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ check: check_style check_type check_pyright
 PYTEST_FLAGS = --cov=muppet --cov-branch --cov-report=html
 
 test:
-	python -m pytest $(PYTEST_FLAGS) tests
+	python -m pytest $(PYTEST_FLAGS) $(if $(VERBOSE),--verbose) tests
 
 sphinx-apidoc:
 	sphinx-apidoc --separate --force -o doc muppet
-- 
GitLab