reminder to add tests for tell status chcks and other functions
This commit is contained in:
@@ -28,3 +28,5 @@ def test_is_in_mount_position_false(mock_beamline, mock_backend):
|
||||
mock_backend.eval.return_value = "False"
|
||||
client = TellClient(mock_beamline, backend=mock_backend)
|
||||
assert client.is_in_mount_position() is False
|
||||
|
||||
#TODO add tests for status checks and other functions
|
||||
Reference in New Issue
Block a user