This commit is contained in:
@@ -26,9 +26,6 @@ def test_motor_instantiation_fast_vs_epics():
|
|||||||
# Make sure both are valid PVs
|
# Make sure both are valid PVs
|
||||||
assert m_fast is not None
|
assert m_fast is not None
|
||||||
assert m_slow is not None
|
assert m_slow is not None
|
||||||
|
|
||||||
assert not getattr(m_fast, 'connected', False)
|
|
||||||
assert m_slow.connected
|
|
||||||
|
|
||||||
assert (t1 - t0) < (t3 - t2)
|
assert (t1 - t0) < (t3 - t2)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user