Private
Public Access
0
0

conductor(audit): document hardcoded workspace paths in test suite

This commit is contained in:
2026-06-09 15:29:06 -04:00
parent d1c6c6c327
commit aebbd66836
2 changed files with 17 additions and 0 deletions
@@ -0,0 +1,6 @@
test_rag_phase4_final_verify.py:20: workspace_dir = Path("tests/artifacts/live_gui_workspace")
test_rag_phase4_stress.py:21: workspace_dir = Path("tests/artifacts/live_gui_workspace")
test_saved_presets_sim.py:14: temp_workspace = Path("tests/artifacts/live_gui_workspace")
test_saved_presets_sim.py:121: temp_workspace = Path("tests/artifacts/live_gui_workspace")
test_tool_presets_sim.py:13: temp_workspace = Path("tests/artifacts/live_gui_workspace")
test_visual_sim_gui_ux.py:79: temp_workspace = Path("tests/artifacts/live_gui_workspace")
@@ -0,0 +1,11 @@
test_api_hook_client_wait_for_project_switch.py:27: mock_make.return_value = {"in_progress": False, "path": "C:/projects/foo.toml", "error": None}
test_api_hook_client_wait_for_project_switch.py:29: result = client.wait_for_project_switch(expected_path="C:/projects/foo.toml", timeout=5.0)
test_api_hook_client_wait_for_project_switch.py:32: assert result["path"] == "C:/projects/foo.toml"
test_api_hook_client_wait_for_project_switch.py:70: mock_make.return_value = {"in_progress": True, "path": "C:/projects/foo.toml", "error": None}
test_api_hook_client_wait_for_project_switch.py:71: result = client.wait_for_project_switch(expected_path="C:/projects/foo.toml", timeout=0.5, poll_interval=0.1)
test_ast_inspector_extended.py:20: app.controller.active_project_path = "C:/projects/test/manual_slop.toml"
test_event_serialization.py:11: base_dir = Path("C:/projects/test")
test_project_switch_persona_preset.py:204: { path = "C:/projects/forth/bootslop/main.c", view_mode = "full" },
test_project_switch_persona_preset.py:205: { path = "C:/projects/Pikuma/ps1/code/gte_hello/hello_gte.c", view_mode = "full" },
test_project_switch_persona_preset.py:215: { path = "C:/projects/gencpp/base/dependencies/timing.cpp", view_mode = "full" },
test_project_switch_persona_preset.py:216: { path = "C:/projects/gencpp/base/dependencies/timing.hpp", view_mode = "full" },