chore(tests): Refine test separation, keep feature tests in main tests folder
This commit is contained in:
28
tests.toml
28
tests.toml
@@ -42,7 +42,19 @@ 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_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]
|
||||
@@ -50,19 +62,7 @@ description = "Gemini CLI Meta-Infrastructure & Conductor internal tests (Blackl
|
||||
files = [
|
||||
"tests/conductor/test_mma_exec.py",
|
||||
"tests/conductor/test_mma_skeleton.py",
|
||||
"tests/conductor/test_infrastructure.py",
|
||||
"tests/conductor/test_gemini_cli_adapter.py",
|
||||
"tests/conductor/test_gemini_cli_adapter_parity.py",
|
||||
"tests/conductor/test_gemini_cli_edge_cases.py",
|
||||
"tests/conductor/test_gemini_cli_integration.py",
|
||||
"tests/conductor/test_gemini_cli_parity_regression.py",
|
||||
"tests/conductor/test_ai_client_cli.py",
|
||||
"tests/conductor/test_cli_tool_bridge.py",
|
||||
"tests/conductor/test_cli_tool_bridge_mapping.py",
|
||||
"tests/conductor/test_gemini_metrics.py",
|
||||
"tests/conductor/visual_mma_verification.py",
|
||||
"tests/conductor/visual_orchestration_verification.py",
|
||||
"tests/conductor/verify_mma_gui_robust.py"
|
||||
"tests/conductor/test_infrastructure.py"
|
||||
]
|
||||
|
||||
[categories.integrations]
|
||||
|
||||
@@ -18,7 +18,7 @@ history = [
|
||||
|
||||
[discussions.AutoDisc]
|
||||
git_commit = ""
|
||||
last_updated = "2026-02-27T18:45:58"
|
||||
last_updated = "2026-02-27T18:46:58"
|
||||
history = [
|
||||
"@2026-02-27T18:18:46\nSystem:\n[PERFORMANCE ALERT] Frame time high: 61.9ms. Please consider optimizing recent changes or reducing load.",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user