This commit is contained in:
@@ -44,8 +44,6 @@ def test_ignore_log_msg_filter(capfd, level, msg, should_appear):
|
||||
# Clear captured output before logging
|
||||
capfd.readouterr()
|
||||
|
||||
print(f"\n>>> START TEST: level={level}, msg={msg}, should_appear={should_appear}")
|
||||
|
||||
# Set up filter
|
||||
with ignore_log_msg(log, lvl=level, msg=msg):
|
||||
# Trigger all log levels
|
||||
|
||||
Reference in New Issue
Block a user