Skip to content

Commit b3fe742

Browse files
committed
use color output by default
Signed-off-by: Gaëtan Lehmann <[email protected]>
1 parent 762859d commit b3fe742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[pytest]
2-
addopts = -ra --maxfail=1
2+
addopts = -ra --maxfail=1 --color=yes
33
markers =
44
# *** Markers that change test behaviour ***
55
default_vm: mark a test with a default VM in case no --vm parameter was given.

0 commit comments

Comments
 (0)