Skip to content

Commit 9e05876

Browse files
committed
Fix test_logging_fails_ignore_mark.
It didn't actually check if the patterns in the mark override the global ones, as no global ones were set at all.
1 parent 4658c89 commit 9e05876

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_logging.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ def test_logging_fails_ignore_mark(testdir, mark_regex):
319319
"""
320320
[pytest]
321321
qt_log_level_fail = CRITICAL
322+
qt_log_ignore = no-match
322323
"""
323324
)
324325
if mark_regex:

0 commit comments

Comments
 (0)