We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--color=yes
1 parent 97a6f30 commit 1f4ce5eCopy full SHA for 1f4ce5e
pyproject.toml
@@ -166,7 +166,7 @@ max-args=10
166
167
[tool.pytest.ini_options]
168
minversion = "6.0"
169
-addopts = "--verbose --durations=0 --durations-min=0.2 --doctest-modules --mpl --mpl-results-path=results"
+addopts = "--verbose --color=yes --durations=0 --durations-min=0.2 --doctest-modules --mpl --mpl-results-path=results"
170
markers = [
171
"benchmark: mark a test with custom benchmark settings.",
172
]
0 commit comments