This commit is contained in:
@@ -100,7 +100,7 @@ def test_put_with_progress_and_repr(value, expected_color):
|
|||||||
assert pv.get() == pytest.approx(value)
|
assert pv.get() == pytest.approx(value)
|
||||||
|
|
||||||
# Représentation
|
# Représentation
|
||||||
expected_repr = f'PV "TEST:VAL" at {value}'
|
expected_repr = f'PV "TEST:VAL" at {value} '
|
||||||
assert repr(pv) == expected_repr
|
assert repr(pv) == expected_repr
|
||||||
assert pv.orig_repr().startswith('<epics.pv.PV')
|
assert pv.orig_repr().startswith('<epics.pv.PV')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user