Skip to content

Commit 8fb61c0

Browse files
committed
conftest: Default to --verbosity=2 with functional tests
Signed-off-by: Cole Robinson <[email protected]>
1 parent 225ddb2 commit 8fb61c0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ def pytest_ignore_collect(path, config):
5454
if is_rw and not has_rw:
5555
return True
5656
elif skip_rest:
57+
config.option.verbose = 2
5758
return True
5859

5960

0 commit comments

Comments
 (0)