Update tests/test_utils_debug.py
Run CI Tests / test (push) Has been cancelled

This commit is contained in:
2025-08-26 15:09:31 +02:00
parent 06e82c3ede
commit 8538dd5dcb
+2 -3
View File
@@ -4,7 +4,7 @@ import os
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
from slic.utils.debug import *
from unittest.mock import patch
'''
class A(Traceable):
def __init__(self, a, b, c=None, d=None, **kwargs):
self.a = a
@@ -63,5 +63,4 @@ def test_traceable(cls, entry, expected):
)
def test_short_repr(value, cutoff, expected):
assert short_repr(value, cutoff) == expected
'''
assert short_repr(value, cutoff) == expected