Update tests/test_utils_pvpreload.py
Run CI Tests / test (push) Successful in 1m9s

This commit is contained in:
2025-08-09 01:26:49 +02:00
parent 992c2c1544
commit 9161babd0c
+4 -2
View File
@@ -16,7 +16,7 @@ from slic.utils.pv import PV
from slic.utils.hastyepics import get_pv
from morbidissimo import MorIOC
from slic.utils.pvpreload import *
'''
# IOC simulation
@pytest.fixture(scope="module", autouse=True)
@@ -276,4 +276,6 @@ def test_pvpreload_end_to_end(tmp_path, caplog):
# Verify logs
logs = "\n".join(caplog.messages)
assert "PV preload done" in logs
assert "PV offload done" in logs
assert "PV offload done" in logs
'''