feat(conductor): Implement configurable paths and mark track 'Conductor Path Configuration' as complete
This commit is contained in:
@@ -48,6 +48,8 @@ def app_instance(mock_config: Path, mock_project: Path, monkeypatch: pytest.Monk
|
||||
app.ui_state = MagicMock()
|
||||
app.ui_files_base_dir = "."
|
||||
app.files = []
|
||||
app.controller = MagicMock()
|
||||
app.controller.event_queue = MagicMock()
|
||||
# Since we bypassed __init__, we need to bind the method manually
|
||||
# but python allows calling it directly.
|
||||
return app
|
||||
|
||||
Reference in New Issue
Block a user