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

This commit is contained in:
2025-08-01 04:27:06 +02:00
parent 2fbf52ff70
commit 7723ee9ebf
-3
View File
@@ -52,12 +52,9 @@ def test_custom_log_outputs(levelname, logfunc, message, capsys):
def test_import_logging_once_per_module():
code = textwrap.dedent("""
from slic.utils.logcfg import *
import json
import math
import io
import random
import logging
""")
with tempfile.NamedTemporaryFile("w", suffix=".py", delete=False) as tmp: