fixed tests
This commit is contained in:
parent
be8d113e5b
commit
faa6e0db1a
@ -40,6 +40,7 @@ def test_axis_get(pos, msg, sign):
|
|||||||
b"ntarget=0.000\r",
|
b"ntarget=0.000\r",
|
||||||
b"movereq=1\r",
|
b"movereq=1\r",
|
||||||
b"XQ#NEWPAR\r",
|
b"XQ#NEWPAR\r",
|
||||||
|
b"MG_XQ0\r",
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
b"1.00",
|
b"1.00",
|
||||||
@ -48,6 +49,7 @@ def test_axis_get(pos, msg, sign):
|
|||||||
b":",
|
b":",
|
||||||
b":",
|
b":",
|
||||||
b":",
|
b":",
|
||||||
|
b"-1",
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import pytest
|
|
||||||
import socket
|
import socket
|
||||||
|
|
||||||
from ophyd_devices.utils.socket import SocketIO
|
from ophyd_devices.utils.socket import SocketIO
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user