diff --git a/pyproject.toml b/pyproject.toml index 8a166fef..438379c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -123,6 +123,8 @@ python_functions = [ addopts = [ "-s", "-vv", + "--color=yes", + "--code-highlight=yes", "--strict-config", # Force error if config is mispelled "--strict-markers", # Force error if marker is mispelled (must be defined in config) # "-ra", # Print summary of all fails/errors