From 29511467f7f66c1b543868e1e9fd1fba23a91442 Mon Sep 17 00:00:00 2001 From: dal Date: Sat, 3 May 2025 07:48:06 -0600 Subject: [PATCH] claude testing command --- api/.claude/commands/testing_plan.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 api/.claude/commands/testing_plan.md diff --git a/api/.claude/commands/testing_plan.md b/api/.claude/commands/testing_plan.md new file mode 100644 index 000000000..abf68e7ff --- /dev/null +++ b/api/.claude/commands/testing_plan.md @@ -0,0 +1,11 @@ +I need you to create a unit testing plan for $ARGUMENTS + +These are unit tests and I want them to be inline in rust fashion. + +If the code is difficult to test, you should suggest refactoring to make it easier to test. + +Think really hard about the code, the tests, and the refactoring (if applicable). + +Will you come up with test cases and let me review before you write the tests? + +Feel free to ask clarifying questions. \ No newline at end of file