Enable pytest color output (#2759)

This commit is contained in:
Jonas Haag 2023-08-18 11:16:30 +02:00 committed by GitHub
parent 9438ac77d2
commit 0a8fc2e541
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -8,3 +8,4 @@ requires = [
[tool.pytest.ini_options]
minversion = "6.0"
tmp_path_retention_policy = "failed"
addopts = "--color=yes"