fix: unit test refactoring with conftest and more mocks

ref: N25B-205
This commit is contained in:
Björn Otgaar
2025-10-28 13:26:33 +01:00
parent c75f5de97c
commit 423309e063
7 changed files with 142 additions and 27 deletions

View File

@@ -7,7 +7,6 @@ import zmq
from control_backend.core.config import settings
from control_backend.core.zmq_context import context
from control_backend.schemas.message import Message
from control_backend.agents.ri_command_agent import RICommandAgent
logger = logging.getLogger(__name__)