mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-06-13 23:07:15 +02:00
test: added tests for fupr and flomni galil
This commit is contained in:
@ -14,6 +14,7 @@ def test_controller_off():
|
||||
|
||||
# make sure it is indempotent
|
||||
controller.off()
|
||||
controller._reset_controller()
|
||||
|
||||
|
||||
def test_controller_on():
|
||||
@ -28,3 +29,4 @@ def test_controller_on():
|
||||
# make sure it is indempotent
|
||||
controller.on()
|
||||
socket_cls().open.assert_called_once()
|
||||
controller._reset_controller()
|
||||
|
Reference in New Issue
Block a user