Private
Public Access
0
0

conductor(audit): catalog live_gui test cross-file state dependencies

This commit is contained in:
2026-06-09 15:28:56 -04:00
parent fcb161fd2e
commit d1c6c6c327
3 changed files with 153 additions and 0 deletions
@@ -0,0 +1,62 @@
{
"self_contained": [
"test_ai_settings_layout.py",
"test_api_hook_client_io_pool.py",
"test_api_hook_client_wait_for_project_switch.py",
"test_api_hook_extensions.py",
"test_api_hooks_gui_health_live.py",
"test_api_hooks_project_switch.py",
"test_api_hooks_warmup.py",
"test_auto_switch_sim.py",
"test_batcher.py",
"test_categorizer.py",
"test_command_palette_sim.py",
"test_conductor_api_hook_integration.py",
"test_conftest_smart_watchdog.py",
"test_deepseek_infra.py",
"test_extended_sims.py",
"test_external_editor_gui.py",
"test_fixes_20260517.py",
"test_gui2_parity.py",
"test_gui2_performance.py",
"test_gui_context_presets.py",
"test_gui_performance_requirements.py",
"test_gui_startup_smoke.py",
"test_gui_stress_performance.py",
"test_gui_text_viewer.py",
"test_gui_warmup_indicator.py",
"test_handle_reset_session_clears_project.py",
"test_hooks.py",
"test_live_gui_filedialog_regression.py",
"test_live_gui_integration_v2.py",
"test_live_markdown_render.py",
"test_live_workflow.py",
"test_mma_concurrent_tracks_sim.py",
"test_mma_concurrent_tracks_stress_sim.py",
"test_mma_step_mode_sim.py",
"test_patch_modal_gui.py",
"test_phase6_simulation.py",
"test_phase_3_final_verify.py",
"test_preset_windows_layout.py",
"test_rag_engine.py",
"test_rag_phase4_final_verify.py",
"test_rag_phase4_stress.py",
"test_rag_visual_sim.py",
"test_saved_presets_sim.py",
"test_selectable_ui.py",
"test_system_prompt_sim.py",
"test_task_dag_popout_sim.py",
"test_tool_management_layout.py",
"test_tool_presets_sim.py",
"test_ui_cache_controls_sim.py",
"test_undo_redo_sim.py",
"test_usage_analytics_popout_sim.py",
"test_visual_mma.py",
"test_visual_orchestration.py",
"test_visual_sim_gui_ux.py",
"test_visual_sim_mma_v2.py",
"test_workspace_profiles_sim.py",
"test_z_negative_flows.py"
],
"cross_test_dependent": []
}
@@ -0,0 +1,33 @@
test_ai_settings_layout.py: set_value=1 get_value=0 reset_session=0
test_api_hook_extensions.py: set_value=3 get_value=0 reset_session=1
test_auto_switch_sim.py: set_value=4 get_value=2 reset_session=0
test_command_palette_sim.py: set_value=0 get_value=5 reset_session=1
test_conftest_smart_watchdog.py: set_value=0 get_value=0 reset_session=1
test_deepseek_infra.py: set_value=1 get_value=1 reset_session=0
test_extended_sims.py: set_value=13 get_value=1 reset_session=0
test_gui2_parity.py: set_value=4 get_value=4 reset_session=0
test_gui2_performance.py: set_value=1 get_value=0 reset_session=0
test_gui_context_presets.py: set_value=0 get_value=2 reset_session=0
test_handle_reset_session_clears_project.py: set_value=0 get_value=0 reset_session=14
test_hooks.py: set_value=0 get_value=0 reset_session=2
test_live_gui_filedialog_regression.py: set_value=1 get_value=2 reset_session=0
test_live_gui_integration_v2.py: set_value=2 get_value=0 reset_session=0
test_live_workflow.py: set_value=6 get_value=0 reset_session=0
test_mma_concurrent_tracks_sim.py: set_value=3 get_value=0 reset_session=0
test_mma_concurrent_tracks_stress_sim.py: set_value=3 get_value=0 reset_session=0
test_mma_step_mode_sim.py: set_value=3 get_value=0 reset_session=0
test_rag_phase4_final_verify.py: set_value=9 get_value=5 reset_session=0
test_rag_phase4_stress.py: set_value=11 get_value=5 reset_session=0
test_rag_visual_sim.py: set_value=6 get_value=6 reset_session=0
test_saved_presets_sim.py: set_value=3 get_value=0 reset_session=0
test_selectable_ui.py: set_value=1 get_value=2 reset_session=0
test_system_prompt_sim.py: set_value=5 get_value=9 reset_session=0
test_task_dag_popout_sim.py: set_value=3 get_value=0 reset_session=0
test_tool_presets_sim.py: set_value=2 get_value=0 reset_session=0
test_undo_redo_sim.py: set_value=6 get_value=17 reset_session=0
test_usage_analytics_popout_sim.py: set_value=3 get_value=0 reset_session=0
test_visual_mma.py: set_value=1 get_value=0 reset_session=0
test_visual_orchestration.py: set_value=3 get_value=0 reset_session=0
test_visual_sim_mma_v2.py: set_value=5 get_value=0 reset_session=0
test_workspace_profiles_sim.py: set_value=3 get_value=3 reset_session=0
test_z_negative_flows.py: set_value=9 get_value=0 reset_session=0
@@ -0,0 +1,58 @@
57 test files use live_gui:
test_ai_settings_layout.py
test_api_hook_client_io_pool.py
test_api_hook_client_wait_for_project_switch.py
test_api_hook_extensions.py
test_api_hooks_gui_health_live.py
test_api_hooks_project_switch.py
test_api_hooks_warmup.py
test_auto_switch_sim.py
test_batcher.py
test_categorizer.py
test_command_palette_sim.py
test_conductor_api_hook_integration.py
test_conftest_smart_watchdog.py
test_deepseek_infra.py
test_extended_sims.py
test_external_editor_gui.py
test_fixes_20260517.py
test_gui2_parity.py
test_gui2_performance.py
test_gui_context_presets.py
test_gui_performance_requirements.py
test_gui_startup_smoke.py
test_gui_stress_performance.py
test_gui_text_viewer.py
test_gui_warmup_indicator.py
test_handle_reset_session_clears_project.py
test_hooks.py
test_live_gui_filedialog_regression.py
test_live_gui_integration_v2.py
test_live_markdown_render.py
test_live_workflow.py
test_mma_concurrent_tracks_sim.py
test_mma_concurrent_tracks_stress_sim.py
test_mma_step_mode_sim.py
test_patch_modal_gui.py
test_phase6_simulation.py
test_phase_3_final_verify.py
test_preset_windows_layout.py
test_rag_engine.py
test_rag_phase4_final_verify.py
test_rag_phase4_stress.py
test_rag_visual_sim.py
test_saved_presets_sim.py
test_selectable_ui.py
test_system_prompt_sim.py
test_task_dag_popout_sim.py
test_tool_management_layout.py
test_tool_presets_sim.py
test_ui_cache_controls_sim.py
test_undo_redo_sim.py
test_usage_analytics_popout_sim.py
test_visual_mma.py
test_visual_orchestration.py
test_visual_sim_gui_ux.py
test_visual_sim_mma_v2.py
test_workspace_profiles_sim.py
test_z_negative_flows.py