chore(conductor): Checkpoint Phase 2: Manifest and Tooling for test curation track
This commit is contained in:
73
tests.toml
Normal file
73
tests.toml
Normal file
@@ -0,0 +1,73 @@
|
||||
# Test Manifest for manual_slop
|
||||
|
||||
[categories.core]
|
||||
description = "Manual Slop Core and GUI tests"
|
||||
files = [
|
||||
"tests/test_ai_context_history.py",
|
||||
"tests/test_api_events.py",
|
||||
"tests/test_gui_diagnostics.py",
|
||||
"tests/test_gui_events.py",
|
||||
"tests/test_gui_performance_requirements.py",
|
||||
"tests/test_gui_stress_performance.py",
|
||||
"tests/test_gui_updates.py",
|
||||
"tests/test_gui2_events.py",
|
||||
"tests/test_gui2_layout.py",
|
||||
"tests/test_gui2_mcp.py",
|
||||
"tests/test_gui2_parity.py",
|
||||
"tests/test_gui2_performance.py",
|
||||
"tests/test_headless_api.py",
|
||||
"tests/test_headless_dependencies.py",
|
||||
"tests/test_headless_startup.py",
|
||||
"tests/test_history_blacklist.py",
|
||||
"tests/test_history_bleed.py",
|
||||
"tests/test_history_migration.py",
|
||||
"tests/test_history_persistence.py",
|
||||
"tests/test_history_truncation.py",
|
||||
"tests/test_performance_monitor.py",
|
||||
"tests/test_token_usage.py",
|
||||
"tests/test_layout_reorganization.py"
|
||||
]
|
||||
|
||||
[categories.conductor]
|
||||
description = "Conductor and MMA internal tests (Blacklisted from default core runs)"
|
||||
files = [
|
||||
"tests/test_mma_exec.py",
|
||||
"tests/test_mma_skeleton.py",
|
||||
"tests/test_conductor_api_hook_integration.py",
|
||||
"tests/conductor/test_infrastructure.py",
|
||||
"tests/test_gemini_cli_adapter.py",
|
||||
"tests/test_gemini_cli_integration.py",
|
||||
"tests/test_ai_client_cli.py",
|
||||
"tests/test_cli_tool_bridge.py",
|
||||
"tests/test_gemini_metrics.py"
|
||||
]
|
||||
|
||||
[categories.integrations]
|
||||
description = "MCP and other external integration tests"
|
||||
files = [
|
||||
"tests/test_api_hook_client.py",
|
||||
"tests/test_api_hook_extensions.py",
|
||||
"tests/test_hooks.py",
|
||||
"tests/test_sync_hooks.py",
|
||||
"tests/test_mcp_perf_tool.py"
|
||||
]
|
||||
|
||||
[categories.simulations]
|
||||
description = "AI and Workflow simulation tests"
|
||||
files = [
|
||||
"tests/test_sim_ai_settings.py",
|
||||
"tests/test_sim_base.py",
|
||||
"tests/test_sim_context.py",
|
||||
"tests/test_sim_execution.py",
|
||||
"tests/test_sim_tools.py",
|
||||
"tests/test_workflow_sim.py",
|
||||
"tests/test_extended_sims.py",
|
||||
"tests/test_user_agent.py",
|
||||
"tests/test_live_workflow.py",
|
||||
"tests/test_agent_capabilities.py",
|
||||
"tests/test_agent_tools_wiring.py"
|
||||
]
|
||||
|
||||
[execution]
|
||||
default_categories = ["core", "integrations", "simulations"]
|
||||
blacklist_categories = ["conductor"]
|
||||
Reference in New Issue
Block a user