Skip to content

Commit a2f9a13

Browse files
committed
Add default pytest option to print stdout
1 parent a5388e3 commit a2f9a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ omit=tests/*
7272
markers =
7373
slow: marks tests as slow (deselect with '-m "not slow"')
7474
testpaths = tests
75-
addopts = --cov=src --cov-append --cov-config=setup.cfg --cov-report=xml --cov-report term --cov-report=html
75+
addopts = -s --cov=src --cov-append --cov-config=setup.cfg --cov-report=xml --cov-report term --cov-report=html

0 commit comments

Comments
 (0)