From 6df9a8d8856e43974349b65cc80036170e4e5e01 Mon Sep 17 00:00:00 2001 From: William Jamieson Date: Wed, 16 Oct 2024 09:56:31 -0400 Subject: [PATCH] Colorize the test results if possible by default This should make reading the test results a little easier. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 1b980ddb5a..150bd6e376 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -210,6 +210,7 @@ addopts = [ "-p no:legacypath", "--show-capture=no", "--report-crds-context", + "--color=yes", ] filterwarnings = [ "error::ResourceWarning",