chore(tests): Move meta-infrastructure tests to conductor/tests/ for permanent isolation
This commit is contained in:
@@ -45,7 +45,7 @@ def test_get_role_documents():
|
||||
def test_get_model_for_role():
|
||||
"""Test that get_model_for_role returns the correct model for each role."""
|
||||
assert get_model_for_role('tier1-orchestrator') == 'gemini-3.1-pro-preview'
|
||||
assert get_model_for_role('tier2-tech-lead') == 'gemini-3-flash-preview'
|
||||
assert get_model_for_role('tier2-tech-lead') == 'gemini-2.5-flash-lite'
|
||||
assert get_model_for_role('tier3-worker') == 'gemini-2.5-flash-lite'
|
||||
assert get_model_for_role('tier4-qa') == 'gemini-2.5-flash-lite'
|
||||
|
||||
24
tests.toml
24
tests.toml
@@ -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 = []
|
||||
|
||||
40
tests/temp_liveaisettingssim.toml
Normal file
40
tests/temp_liveaisettingssim.toml
Normal file
@@ -0,0 +1,40 @@
|
||||
[project]
|
||||
name = "temp_liveaisettingssim"
|
||||
git_dir = "C:\\projects\\manual_slop"
|
||||
system_prompt = ""
|
||||
main_context = ""
|
||||
word_wrap = true
|
||||
summary_only = false
|
||||
auto_scroll_comms = true
|
||||
auto_scroll_tool_calls = true
|
||||
|
||||
[output]
|
||||
output_dir = "./md_gen"
|
||||
|
||||
[files]
|
||||
base_dir = "."
|
||||
paths = []
|
||||
|
||||
[screenshots]
|
||||
base_dir = "."
|
||||
paths = []
|
||||
|
||||
[gemini_cli]
|
||||
binary_path = "gemini"
|
||||
|
||||
[deepseek]
|
||||
reasoning_effort = "medium"
|
||||
|
||||
[agent.tools]
|
||||
run_powershell = true
|
||||
read_file = true
|
||||
list_directory = true
|
||||
search_files = true
|
||||
get_file_summary = true
|
||||
web_search = true
|
||||
fetch_url = true
|
||||
|
||||
[mma]
|
||||
epic = ""
|
||||
active_track_id = ""
|
||||
tracks = []
|
||||
14
tests/temp_liveaisettingssim_history.toml
Normal file
14
tests/temp_liveaisettingssim_history.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
roles = [
|
||||
"User",
|
||||
"AI",
|
||||
"Vendor API",
|
||||
"System",
|
||||
"Reasoning",
|
||||
]
|
||||
active = "main"
|
||||
auto_add = true
|
||||
|
||||
[discussions.main]
|
||||
git_commit = ""
|
||||
last_updated = "2026-02-27T18:56:53"
|
||||
history = []
|
||||
35
tests/temp_livecontextsim.toml
Normal file
35
tests/temp_livecontextsim.toml
Normal file
@@ -0,0 +1,35 @@
|
||||
[project]
|
||||
name = "temp_livecontextsim"
|
||||
git_dir = "C:\\projects\\manual_slop"
|
||||
system_prompt = ""
|
||||
main_context = ""
|
||||
word_wrap = true
|
||||
summary_only = false
|
||||
auto_scroll_comms = true
|
||||
auto_scroll_tool_calls = true
|
||||
|
||||
[output]
|
||||
output_dir = "./md_gen"
|
||||
|
||||
[files]
|
||||
base_dir = "."
|
||||
paths = []
|
||||
|
||||
[screenshots]
|
||||
base_dir = "."
|
||||
paths = []
|
||||
|
||||
[gemini_cli]
|
||||
binary_path = "gemini"
|
||||
|
||||
[agent.tools]
|
||||
run_powershell = true
|
||||
read_file = true
|
||||
list_directory = true
|
||||
search_files = true
|
||||
get_file_summary = true
|
||||
web_search = true
|
||||
fetch_url = true
|
||||
|
||||
[mma]
|
||||
epic = ""
|
||||
15
tests/temp_livecontextsim_history.toml
Normal file
15
tests/temp_livecontextsim_history.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
roles = [
|
||||
"User",
|
||||
"AI",
|
||||
"Vendor API",
|
||||
"System",
|
||||
"Reasoning",
|
||||
]
|
||||
history = []
|
||||
active = "TestDisc_1772236592"
|
||||
auto_add = true
|
||||
|
||||
[discussions.TestDisc_1772236592]
|
||||
git_commit = ""
|
||||
last_updated = "2026-02-27T18:56:46"
|
||||
history = []
|
||||
40
tests/temp_liveexecutionsim.toml
Normal file
40
tests/temp_liveexecutionsim.toml
Normal file
@@ -0,0 +1,40 @@
|
||||
[project]
|
||||
name = "temp_liveexecutionsim"
|
||||
git_dir = "C:\\projects\\manual_slop"
|
||||
system_prompt = ""
|
||||
main_context = ""
|
||||
word_wrap = true
|
||||
summary_only = false
|
||||
auto_scroll_comms = true
|
||||
auto_scroll_tool_calls = true
|
||||
|
||||
[output]
|
||||
output_dir = "./md_gen"
|
||||
|
||||
[files]
|
||||
base_dir = "."
|
||||
paths = []
|
||||
|
||||
[screenshots]
|
||||
base_dir = "."
|
||||
paths = []
|
||||
|
||||
[gemini_cli]
|
||||
binary_path = "\"C:\\projects\\manual_slop\\.venv\\Scripts\\python.exe\" \"C:\\projects\\manual_slop\\tests\\mock_gemini_cli.py\""
|
||||
|
||||
[deepseek]
|
||||
reasoning_effort = "medium"
|
||||
|
||||
[agent.tools]
|
||||
run_powershell = true
|
||||
read_file = true
|
||||
list_directory = true
|
||||
search_files = true
|
||||
get_file_summary = true
|
||||
web_search = true
|
||||
fetch_url = true
|
||||
|
||||
[mma]
|
||||
epic = ""
|
||||
active_track_id = ""
|
||||
tracks = []
|
||||
14
tests/temp_liveexecutionsim_history.toml
Normal file
14
tests/temp_liveexecutionsim_history.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
roles = [
|
||||
"User",
|
||||
"AI",
|
||||
"Vendor API",
|
||||
"System",
|
||||
"Reasoning",
|
||||
]
|
||||
active = "main"
|
||||
auto_add = true
|
||||
|
||||
[discussions.main]
|
||||
git_commit = ""
|
||||
last_updated = "2026-02-27T18:57:53"
|
||||
history = []
|
||||
40
tests/temp_livetoolssim.toml
Normal file
40
tests/temp_livetoolssim.toml
Normal file
@@ -0,0 +1,40 @@
|
||||
[project]
|
||||
name = "temp_livetoolssim"
|
||||
git_dir = "C:\\projects\\manual_slop"
|
||||
system_prompt = ""
|
||||
main_context = ""
|
||||
word_wrap = true
|
||||
summary_only = false
|
||||
auto_scroll_comms = true
|
||||
auto_scroll_tool_calls = true
|
||||
|
||||
[output]
|
||||
output_dir = "./md_gen"
|
||||
|
||||
[files]
|
||||
base_dir = "."
|
||||
paths = []
|
||||
|
||||
[screenshots]
|
||||
base_dir = "."
|
||||
paths = []
|
||||
|
||||
[gemini_cli]
|
||||
binary_path = "gemini"
|
||||
|
||||
[deepseek]
|
||||
reasoning_effort = "medium"
|
||||
|
||||
[agent.tools]
|
||||
run_powershell = true
|
||||
read_file = true
|
||||
list_directory = true
|
||||
search_files = true
|
||||
get_file_summary = true
|
||||
web_search = true
|
||||
fetch_url = true
|
||||
|
||||
[mma]
|
||||
epic = ""
|
||||
active_track_id = ""
|
||||
tracks = []
|
||||
14
tests/temp_livetoolssim_history.toml
Normal file
14
tests/temp_livetoolssim_history.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
roles = [
|
||||
"User",
|
||||
"AI",
|
||||
"Vendor API",
|
||||
"System",
|
||||
"Reasoning",
|
||||
]
|
||||
active = "main"
|
||||
auto_add = true
|
||||
|
||||
[discussions.main]
|
||||
git_commit = ""
|
||||
last_updated = "2026-02-27T18:57:10"
|
||||
history = []
|
||||
@@ -6,7 +6,7 @@ main_context = ""
|
||||
word_wrap = true
|
||||
summary_only = false
|
||||
auto_scroll_comms = true
|
||||
auto_scroll_tool_calls = false
|
||||
auto_scroll_tool_calls = true
|
||||
|
||||
[output]
|
||||
output_dir = "./md_gen"
|
||||
|
||||
@@ -10,15 +10,13 @@ auto_add = true
|
||||
|
||||
[discussions.main]
|
||||
git_commit = ""
|
||||
last_updated = "2026-02-27T13:51:58"
|
||||
last_updated = "2026-02-27T18:58:03"
|
||||
history = [
|
||||
"@2026-02-27T13:51:51\nUser:\nHello! This is an automated test. Just say 'Acknowledged'.",
|
||||
"@2026-02-27T13:51:58\nAI:\nAcknowledged.",
|
||||
"@2026-02-27T18:57:55\nUser:\nHello! This is an automated test. Just say 'Acknowledged'.",
|
||||
"@2026-02-27T18:58:02\nAI:\nAcknowledged",
|
||||
]
|
||||
|
||||
[discussions.AutoDisc]
|
||||
git_commit = ""
|
||||
last_updated = "2026-02-27T18:47:58"
|
||||
history = [
|
||||
"@2026-02-27T18:18:46\nSystem:\n[PERFORMANCE ALERT] Frame time high: 61.9ms. Please consider optimizing recent changes or reducing load.",
|
||||
]
|
||||
last_updated = "2026-02-27T18:58:27"
|
||||
history = []
|
||||
|
||||
Reference in New Issue
Block a user