Skip to content

Commit bd6a84f

Browse files
committed
Must apply fix for #15 also when creating a customized ini file
1 parent 523596a commit bd6a84f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_04_automark.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ def test_set_false(ctestdir):
3939
ctestdir.makefile('.ini', pytest="""
4040
[pytest]
4141
automark_dependency = false
42+
console_output_style = classic
4243
""")
4344
ctestdir.makepyfile("""
4445
import pytest
@@ -68,6 +69,7 @@ def test_set_true(ctestdir):
6869
ctestdir.makefile('.ini', pytest="""
6970
[pytest]
7071
automark_dependency = true
72+
console_output_style = classic
7173
""")
7274
ctestdir.makepyfile("""
7375
import pytest

0 commit comments

Comments
 (0)