Update tests/test_utils_printing.py
Run CI Tests / test (push) Successful in 31s

This commit is contained in:
2025-07-29 18:44:31 +02:00
parent 952fd6d53a
commit c46be748f7
+1 -1
View File
@@ -2,7 +2,7 @@ import pytest
import sys
import os
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
from slic.utils.ask_yes_no import *
from slic.utils.printing import *
# maxlen / maxstrlen / strlen
@pytest.mark.parametrize("seq,expected", [