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

This commit is contained in:
2025-08-05 16:00:38 +02:00
parent acc0d88f1b
commit d1d6cc7502
+3
View File
@@ -58,6 +58,9 @@ def capture_stdout(monkeypatch):
def test_put_with_progress_and_repr(capture_stdout, value, expected_bar, expected_color):
# Connect to the test PV using the custom slic PV class
pv = PV("TEST:VAL")
pv.wait_for_connection(timeout=2.0)
assert pv.connected
# Set initial value to 0.0
pv.put(0.0, wait=True)