refactor(sdm): Global pass with refined 'External Only' SDM tags. Pruned redundant internal references and fixed indentation logic in injector. Verified full project compilation.

This commit is contained in:
2026-05-09 14:32:44 -04:00
parent 696c08692e
commit 8c06c1767b
142 changed files with 2352 additions and 990 deletions
+8 -7
View File
@@ -13,12 +13,13 @@ from src import api_hook_client
@pytest.mark.integration
def test_workspace_profiles_restoration(live_gui):
"""
Verifies that workspace profiles can save and restore UI state.
1. Sets a field (ui_separate_tier1) to True.
2. Saves a workspace profile.
3. Resets the field to False.
4. Loads the workspace profile.
5. Verifies the field is restored to True.
Verifies that workspace profiles can save and restore UI state.
1. Sets a field (ui_separate_tier1) to True.
2. Saves a workspace profile.
3. Resets the field to False.
4. Loads the workspace profile.
5. Verifies the field is restored to True.
"""
client = api_hook_client.ApiHookClient()
assert client.wait_for_server(timeout=20), "Hook server did not start"
@@ -78,4 +79,4 @@ def test_workspace_profiles_restoration(live_gui):
print(f"Restored value: {restored_value}")
assert restored_value is True
print("Workspace profile restoration test PASSED.")
print("Workspace profile restoration test PASSED.")