chore(tests): Move meta-infrastructure tests to conductor/tests/ for permanent isolation

This commit is contained in:
2026-02-27 19:01:12 -05:00
parent cca9ef9307
commit 41ae3df75d
27 changed files with 221 additions and 31 deletions

View File

@@ -42,27 +42,7 @@ files = [
"tests/test_mma_orchestration_gui.py",
"tests/test_headless_verification.py",
"tests/test_tier4_interceptor.py",
"tests/test_conductor_api_hook_integration.py",
"tests/test_ai_client_cli.py",
"tests/test_cli_tool_bridge.py",
"tests/test_cli_tool_bridge_mapping.py",
"tests/test_gemini_cli_adapter.py",
"tests/test_gemini_cli_adapter_parity.py",
"tests/test_gemini_cli_edge_cases.py",
"tests/test_gemini_cli_integration.py",
"tests/test_gemini_cli_parity_regression.py",
"tests/test_gemini_metrics.py",
"tests/visual_mma_verification.py",
"tests/visual_orchestration_verification.py",
"tests/verify_mma_gui_robust.py"
]
[categories.conductor]
description = "Gemini CLI Meta-Infrastructure & Conductor internal tests (Blacklisted from default core runs)"
files = [
"tests/conductor/test_mma_exec.py",
"tests/conductor/test_mma_skeleton.py",
"tests/conductor/test_infrastructure.py"
"tests/test_conductor_api_hook_integration.py"
]
[categories.integrations]
@@ -93,4 +73,4 @@ files = [
[execution]
default_categories = ["core", "mma", "integrations", "simulations"]
blacklist_categories = ["conductor"]
blacklist_categories = []