Update tests/test_utils_pv.py
Run CI Tests / test (push) Successful in 1m49s

This commit is contained in:
2025-08-05 16:56:21 +02:00
parent 4604f180a7
commit 751ce4bdf8
+2 -3
View File
@@ -7,6 +7,8 @@ from io import StringIO
import colorama
from slic.utils.pv import PV
print("PV backend:", type(PV))
# Caproto is used to simulate a real EPICS IOC for testing
from caproto.server import pvproperty, PVGroup, ioc_arg_parser, run
@@ -56,9 +58,6 @@ def test_put_with_progress_and_repr(capture_stdout, value, expected_bar, expecte
# Use the custom PV class
pv = PV("TEST:VAL")
print("PV backend:", type(PV))
pv.wait_for_connection(timeout=2.0)
assert pv.connected