wip: fixing more path resolution in tests
This commit is contained in:
@@ -15,6 +15,7 @@ def mock_gui() -> App:
|
||||
patch('src.project_manager.migrate_from_legacy_config', return_value={}),
|
||||
patch('src.project_manager.save_project'),
|
||||
patch('src.session_logger.open_session'),
|
||||
patch('src.session_logger.reset_session'),
|
||||
patch('src.app_controller.AppController._init_ai_and_hooks'),
|
||||
patch('src.app_controller.AppController._fetch_models')
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user