Skip to content

Commit

Permalink
Must apply fix for #15 also when creating a customized ini file
Browse files Browse the repository at this point in the history
  • Loading branch information
RKrahl committed Dec 3, 2017
1 parent 523596a commit bd6a84f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_04_automark.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def test_set_false(ctestdir):
ctestdir.makefile('.ini', pytest="""
[pytest]
automark_dependency = false
console_output_style = classic
""")
ctestdir.makepyfile("""
import pytest
Expand Down Expand Up @@ -68,6 +69,7 @@ def test_set_true(ctestdir):
ctestdir.makefile('.ini', pytest="""
[pytest]
automark_dependency = true
console_output_style = classic
""")
ctestdir.makepyfile("""
import pytest
Expand Down

0 comments on commit bd6a84f

Please sign in to comment.