Skip to content

Commit

Permalink
chore: enable colorful pytest output (#52)
Browse files Browse the repository at this point in the history
Use --color=yes in pytest.ini for colorful pytest CI logs
  • Loading branch information
wpbonelli authored Aug 15, 2024
1 parent 648d61c commit 31ec761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autotest/pytest.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[pytest]
addopts = -ra
addopts = -ra --color=yes
python_files =
test_*.py
markers =
Expand Down

0 comments on commit 31ec761

Please sign in to comment.