From 1ef0bff393170e368f069af89c26adb57eac256e Mon Sep 17 00:00:00 2001 From: kagami Date: Tue, 19 Mar 2024 10:55:32 +0800 Subject: [PATCH] Make test case descriptions concise --- unit_tests/prompts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/unit_tests/prompts.py b/unit_tests/prompts.py index 5260ecd..9183df9 100644 --- a/unit_tests/prompts.py +++ b/unit_tests/prompts.py @@ -20,6 +20,7 @@ For each test case, provide a description that includes: - A brief explanation of the test's purpose - The specific conditions being tested. - The expected outcome the test is verifying. +Each description should be a single sentence, as concise as possible. Categorize each test case as: - 'happy path': Tests the function with typical inputs and standard conditions, ensuring it performs as expected in normal use.