Skip to content

Commit

Permalink
Merge pull request #2354 from SchoNie/Pytest-color
Browse files Browse the repository at this point in the history
Pytest color terminal output
  • Loading branch information
buchdag committed Dec 22, 2023
2 parents 4f85eef + c338a7c commit 39db465
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/pytest.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[pytest]
# disable the creation of the `.cache` folders
addopts = -p no:cacheprovider --ignore=requirements --ignore=certs -r s -v
addopts = -p no:cacheprovider --ignore=requirements --ignore=certs --color=yes -v
markers =
incremental: mark a test as incremental.
incremental: mark a test as incremental.

0 comments on commit 39db465

Please sign in to comment.