From 87bd12d7a53eb2229ba7c5653c74745ab22de50d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Otgaar?= Date: Thu, 23 Oct 2025 16:54:25 +0200 Subject: [PATCH] fix: restructure tests for integration ref: N25B-205 --- test/{unit => integration}/agents/test_ri_commands_agent.py | 0 test/{unit => integration}/agents/test_ri_communication_agent.py | 0 test/{unit => integration}/api/endpoints/test_command_endpoint.py | 0 test/{unit => integration}/schemas/test_ri_message.py | 0 test/{ => unit/conftest}/conftest.py | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename test/{unit => integration}/agents/test_ri_commands_agent.py (100%) rename test/{unit => integration}/agents/test_ri_communication_agent.py (100%) rename test/{unit => integration}/api/endpoints/test_command_endpoint.py (100%) rename test/{unit => integration}/schemas/test_ri_message.py (100%) rename test/{ => unit/conftest}/conftest.py (100%) diff --git a/test/unit/agents/test_ri_commands_agent.py b/test/integration/agents/test_ri_commands_agent.py similarity index 100% rename from test/unit/agents/test_ri_commands_agent.py rename to test/integration/agents/test_ri_commands_agent.py diff --git a/test/unit/agents/test_ri_communication_agent.py b/test/integration/agents/test_ri_communication_agent.py similarity index 100% rename from test/unit/agents/test_ri_communication_agent.py rename to test/integration/agents/test_ri_communication_agent.py diff --git a/test/unit/api/endpoints/test_command_endpoint.py b/test/integration/api/endpoints/test_command_endpoint.py similarity index 100% rename from test/unit/api/endpoints/test_command_endpoint.py rename to test/integration/api/endpoints/test_command_endpoint.py diff --git a/test/unit/schemas/test_ri_message.py b/test/integration/schemas/test_ri_message.py similarity index 100% rename from test/unit/schemas/test_ri_message.py rename to test/integration/schemas/test_ri_message.py diff --git a/test/conftest.py b/test/unit/conftest/conftest.py similarity index 100% rename from test/conftest.py rename to test/unit/conftest/conftest.py