Botched: Need to do a higher reaosning model to fix this mess.

This commit is contained in:
2026-03-04 12:32:14 -05:00
parent 8d3fdb53d0
commit 01b3c26653
18 changed files with 180 additions and 132 deletions

View File

@@ -34,11 +34,11 @@ def test_get_indicator_state_integration(live_gui: Any) -> None:
def test_app_processes_new_actions() -> None:
import gui_2
with patch('gui_2.load_config', return_value={}), \
with patch('src.models.load_config', return_value={}), \
patch('gui_2.PerformanceMonitor'), \
patch('gui_2.session_logger'), \
patch.object(gui_2.App, '_prune_old_logs'), \
patch.object(gui_2.App, '_load_active_project'):
patch('src.app_controller.AppController._prune_old_logs'), \
patch('src.app_controller.AppController._load_active_project'):
app = gui_2.App()
# Test set_value via _pending_gui_tasks
# First we need to register a settable field for testing if not present