Botched: Need to do a higher reaosning model to fix this mess.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user