Update tests/test_utils_logcfg.py
Run CI Tests / test (push) Successful in 50s

This commit is contained in:
2025-08-01 04:24:16 +02:00
parent 63ecf49453
commit 2fbf52ff70
+1 -2
View File
@@ -51,8 +51,7 @@ def test_custom_log_outputs(levelname, logfunc, message, capsys):
def test_import_logging_once_per_module():
code = textwrap.dedent("""
from slic.utils.logcfg import setup_import_logging, add_log_Level, logcfg
setup_import_logging()
from slic.utils.logcfg import *
import json
import math