Merge branch 'cli-logging' into model-zoo

This commit is contained in:
kba 2025-10-29 19:41:01 +01:00
commit de76eabc1d
10 changed files with 105 additions and 107 deletions

View file

@ -32,7 +32,7 @@ def run_eynollah_ok_and_check_logs(
*args
]
if pytestconfig.getoption('verbose') > 0:
args.extend(['-l', 'DEBUG'])
args = ['-l', 'DEBUG'] + args
caplog.set_level(logging.INFO)
runner = CliRunner()
with caplog.filtering(eynollah_log_filter):