This commit is contained in:
2026-03-07 20:04:46 -05:00
parent 93cd4a0050
commit 422b2e6518
2 changed files with 24 additions and 2 deletions

View File

@@ -17,7 +17,20 @@
"tests/test_gui_updates.py",
"tests/test_gui_phase3.py",
"tests/test_conductor_engine_v2.py",
"tests/test_gui2_performance.py"
"tests/test_gui2_performance.py",
"tests/test_sim_base.py",
"tests/test_sim_context.py",
"tests/test_sim_tools.py",
"tests/test_sim_execution.py",
"tests/test_sim_ai_settings.py",
"tests/test_live_workflow.py",
"tests/test_live_gui_integration_v2.py",
"tests/test_dag_engine.py",
"tests/test_mma_orchestration_gui.py",
"tests/test_gui2_layout.py",
"tests/test_gui2_events.py",
"tests/test_gui2_mcp.py",
"tests/test_gui_symbol_navigation.py"
],
"tags": [
"test-audit",