Improved prompt for next steps

This commit is contained in:
Fahad
2025-06-14 15:51:04 +04:00
parent 4086306c58
commit acbfa1c94e
2 changed files with 9 additions and 11 deletions

View File

@@ -285,8 +285,8 @@ class TestComprehensive(unittest.TestCase):
# Check formatting includes next steps
assert raw_response in formatted
assert "**Next Steps:**" in formatted
assert "Review Generated Tests" in formatted
assert "Setup Test Environment" in formatted
assert "Create and save the test files" in formatted
assert "Run the tests" in formatted
@pytest.mark.asyncio
async def test_error_handling_invalid_files(self, tool):