mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-11-10 06:34:11 +01:00
Merge branch 'cli-logging' into model-zoo
This commit is contained in:
commit
de76eabc1d
10 changed files with 105 additions and 107 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue