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

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