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