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_updates.py",
"tests/test_gui_phase3.py", "tests/test_gui_phase3.py",
"tests/test_conductor_engine_v2.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": [ "tags": [
"test-audit", "test-audit",

View File

@@ -135,7 +135,16 @@ Focus: Add permanent markers to prevent future simplification
- File: tests/test_conductor_engine_v2.py - File: tests/test_conductor_engine_v2.py
- Add: Module-level comment explaining these tests verify engine execution - Add: Module-level comment explaining these tests verify engine execution
- [ ] Task 4.4: Run full test suite to verify no regressions - [ ] Task 4.4: Add ANTI-SIMPLIFICATION header to simulation tests
- Files: test_sim_base.py, test_sim_context.py, test_sim_tools.py, test_sim_execution.py
- Add: Module-level comments explaining these tests verify user action simulations
- These are CRITICAL - they detect regressions in user-facing functionality
- [ ] Task 4.5: Add ANTI-SIMPLIFICATION header to live workflow tests
- Files: test_live_workflow.py, test_live_gui_integration_v2.py
- Add: Module-level comments explaining these tests verify end-to-end flows
- [ ] Task 4.6: Run full test suite to verify no regressions
- Command: uv run pytest tests/test_gui_updates.py tests/test_gui_phase3.py tests/test_conductor_engine_v2.py -v - Command: uv run pytest tests/test_gui_updates.py tests/test_gui_phase3.py tests/test_conductor_engine_v2.py -v
- Verify: All tests pass with restored assertions - Verify: All tests pass with restored assertions