From 51eda31ccc028180549ca54643fff2719841d428 Mon Sep 17 00:00:00 2001 From: Jirka B Date: Sun, 6 Apr 2025 08:31:41 +0200 Subject: [PATCH] color pytest's outputs to improve readability --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index deb45caa5..d8d8108c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,3 +73,6 @@ filterwarnings = [ # dateutil has a Python 3.12 compatibility issue. 'ignore:datetime\.datetime\.utcfromtimestamp\(\) is deprecated:DeprecationWarning', ] +addopts = [ + "--color=yes", +]