ask for stack before starting project and add ability to regenerate plan

This commit is contained in:
LeonOstrez
2024-10-09 12:45:38 +02:00
parent e3e2eff9b8
commit a718d55d1e
9 changed files with 85 additions and 14 deletions

View File

@@ -314,7 +314,7 @@ async def test_main(mock_Orchestrator, mock_llm_check, args, run_orchestrator, r
assert success is retval
if run_orchestrator:
ui.ask_question.assert_called_once()
assert ui.ask_question.call_count == 2
mock_Orchestrator.assert_called_once()
mock_orca.run.assert_awaited_once_with()