Revert "fix: unit test refactoring with conftest and more mocks"

This reverts commit 423309e063.
This commit is contained in:
Björn Otgaar
2025-10-28 14:16:39 +01:00
parent 437b21a6d6
commit fd11e63b78
7 changed files with 27 additions and 142 deletions

View File

@@ -7,6 +7,7 @@ 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__)