Skip to content

Commit 2934f26

Browse files
committed
Disable progress output style in embedded tests. Fixes #15.
1 parent 1ccafef commit 2934f26

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/conftest.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55

66
@pytest.fixture
77
def ctestdir(testdir):
8+
testdir.makefile('.ini', pytest="""
9+
[pytest]
10+
console_output_style = classic
11+
""")
812
testdir.makeconftest("""
913
import sys
1014
if "pytest_dependency" not in sys.modules:

0 commit comments

Comments
 (0)