From 67b94be806301b9869c72d44c285f3aecd7c6f45 Mon Sep 17 00:00:00 2001 From: dal Date: Sat, 3 May 2025 07:59:01 -0600 Subject: [PATCH] testing commands for claude --- api/.claude/commands/testing_plan_integration.md | 11 +++++++++++ .../{testing_plan.md => testing_plan_units copy.md} | 0 2 files changed, 11 insertions(+) create mode 100644 api/.claude/commands/testing_plan_integration.md rename api/.claude/commands/{testing_plan.md => testing_plan_units copy.md} (100%) diff --git a/api/.claude/commands/testing_plan_integration.md b/api/.claude/commands/testing_plan_integration.md new file mode 100644 index 000000000..800840036 --- /dev/null +++ b/api/.claude/commands/testing_plan_integration.md @@ -0,0 +1,11 @@ +I need you to create an integration testing plan for $ARGUMENTS + +These are integration 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 diff --git a/api/.claude/commands/testing_plan.md b/api/.claude/commands/testing_plan_units copy.md similarity index 100% rename from api/.claude/commands/testing_plan.md rename to api/.claude/commands/testing_plan_units copy.md