From fa869a57a436abfff1e1a4924d38383f0d0dff4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Lehmann?= Date: Wed, 18 Jun 2025 17:52:28 +0200 Subject: [PATCH] use color output by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gaƫtan Lehmann --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 6886cce3e..c9d15c3f1 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,5 +1,5 @@ [pytest] -addopts = -ra --maxfail=1 +addopts = -ra --maxfail=1 --color=yes markers = # *** Markers that change test behaviour *** default_vm: mark a test with a default VM in case no --vm parameter was given.