From ea3629d7b5d131abb294416b3b76817e3f6cf87c Mon Sep 17 00:00:00 2001 From: appleb_m Date: Mon, 22 Jun 2026 10:47:54 +0200 Subject: [PATCH] reminder to add tests for tell status chcks and other functions --- tests/unit/devices/test_tell_client.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/unit/devices/test_tell_client.py b/tests/unit/devices/test_tell_client.py index cba02a71..619461a4 100644 --- a/tests/unit/devices/test_tell_client.py +++ b/tests/unit/devices/test_tell_client.py @@ -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 \ No newline at end of file