This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user