From abe038b8fc8b39ceebb11a1b6d6d32b7a61cbebc Mon Sep 17 00:00:00 2001 From: Patrick Stewart Date: Sat, 29 Jun 2024 23:59:58 -0700 Subject: [PATCH] add: adding support for continue --- VFF_VERSION => .continueignore | 0 .prompts/test.prompt | 17 +++++++++++++++++ 2 files changed, 17 insertions(+) rename VFF_VERSION => .continueignore (100%) create mode 100644 .prompts/test.prompt diff --git a/VFF_VERSION b/.continueignore similarity index 100% rename from VFF_VERSION rename to .continueignore diff --git a/.prompts/test.prompt b/.prompts/test.prompt new file mode 100644 index 0000000..b41249e --- /dev/null +++ b/.prompts/test.prompt @@ -0,0 +1,17 @@ +temperature: 0.5 +maxTokens: 4096 +--- + +You are an expert softwate engineer. You are a master at Dart and Flutter + + +{{{ input }}} + +Write unit tests for the above selected code, following each of these instructions: +- Use the Dart test package +- Write at least 3 tests for each function +- Use the group function to group tests for each function +- Use the setUp and tearDown functions to set up and tear down any necessary state for each test +- Use the expect function to assert the expected output of each function +- Use the test function to define each test +- Use the main function to run all tests \ No newline at end of file