Merge branch 'dev' of https://git.science.uu.nl/ics/sp/2025/n25b/pepperplus-cb into feat/10-basic-gestures
This commit is contained in:
@@ -61,7 +61,11 @@ async def test_setup_connect(zmq_context, mocker):
|
||||
@pytest.mark.asyncio
|
||||
async def test_handle_message_forwards_valid_command():
|
||||
pubsocket = AsyncMock()
|
||||
agent = RobotGestureAgent("robot_gesture")
|
||||
|
||||
agent = RobotGestureAgent(
|
||||
"robot_gesture",
|
||||
gesture_tags=["hello"],
|
||||
)
|
||||
agent.pubsocket = pubsocket
|
||||
|
||||
payload = {
|
||||
|
||||
Reference in New Issue
Block a user