Update tests/test_utils_get_adj.py
Run CI Tests / test (push) Successful in 53s

This commit is contained in:
2025-07-31 21:39:58 +02:00
parent c148f39a28
commit d4410ab555
+2
View File
@@ -8,8 +8,10 @@ from slic.utils.get_adj import *
@pytest.fixture(autouse=True)
def cleanup_adjustables():
instances(SubAdjustable).clear()
instances(Adjustable).clear()
yield
instances(SubAdjustable).clear()
instances(Adjustable).clear()
class SubAdjustable(Adjustable):
def __init__(self, *a, **kw):