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

This commit is contained in:
2025-08-11 00:56:32 +02:00
parent 7ec9b3c684
commit 544e4b4b2f
-3
View File
@@ -17,7 +17,6 @@ from slic.utils.hastyepics import get_pv
from morbidissimo import MorIOC
from slic.utils.pvpreload import *
'''
# IOC simulation
@pytest.fixture(scope="module", autouse=True)
def run_test_ioc():
@@ -290,5 +289,3 @@ def test_pvpreload_end_to_end(tmp_path, caplog):
logs = "\n".join(caplog.messages)
assert "PV preload done" in logs
assert "PV offload done" in logs
'''