Skip to content

Commit 121fbf7

Browse files
authored
color pytest's outputs to improve readability (#554)
1 parent 35d29e6 commit 121fbf7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,6 @@ filterwarnings = [
7373
# dateutil has a Python 3.12 compatibility issue.
7474
'ignore:datetime\.datetime\.utcfromtimestamp\(\) is deprecated:DeprecationWarning',
7575
]
76+
addopts = [
77+
"--color=yes",
78+
]

0 commit comments

Comments
 (0)