diff --git a/tests/test_galil.py b/tests/test_galil.py index ba98480..4d60a19 100644 --- a/tests/test_galil.py +++ b/tests/test_galil.py @@ -40,6 +40,7 @@ def test_axis_get(pos, msg, sign): b"ntarget=0.000\r", b"movereq=1\r", b"XQ#NEWPAR\r", + b"MG_XQ0\r", ], [ b"1.00", @@ -48,6 +49,7 @@ def test_axis_get(pos, msg, sign): b":", b":", b":", + b"-1", ], ), ], diff --git a/tests/test_socket.py b/tests/test_socket.py index f02d74a..dc33c0d 100644 --- a/tests/test_socket.py +++ b/tests/test_socket.py @@ -1,5 +1,5 @@ -import pytest import socket + from ophyd_devices.utils.socket import SocketIO