Update test case and prompt

This commit is contained in:
mannaandpoem 2024-02-20 10:30:50 +08:00
parent b8448d8b2d
commit 669c525b64
3 changed files with 19 additions and 12 deletions

View file

@ -50,7 +50,8 @@ async def test_write_code_plan_and_change_an(mocker):
)
node = await WriteCodePlanAndChange(i_context=code_plan_and_change_context).run()
assert "Code Plan And Change" in node.instruct_content.model_dump()
assert "Development Plan" in node.instruct_content.model_dump()
assert "Incremental Change" in node.instruct_content.model_dump()
@pytest.mark.asyncio