mirror of
https://github.com/Pythagora-io/gpt-pilot.git
synced 2026-01-09 21:27:53 -05:00
ask for stack before starting project and add ability to regenerate plan
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user