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