reminder to add tests for tell status chcks and other functions

This commit is contained in:
2026-06-24 15:30:07 +02:00
committed by appleb_m
parent 8869fb26b9
commit ea3629d7b5
+2
View File
@@ -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