From a4b05813cdfe93cc425c2d5aafeebcf0581872a4 Mon Sep 17 00:00:00 2001 From: Juan Orduz Date: Sat, 12 Aug 2023 15:13:03 +0200 Subject: [PATCH] Add colors to tests --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index aa4e5e2bfa..75a2e1f327 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,9 @@ [tool.pytest.ini_options] minversion = "6.0" xfail_strict=true +addopts = [ + "--color=yes", +] [tool.black] line-length = 100