buster/api/.claude/commands/testing_plan_integration.md

11 lines
434 B
Markdown
Raw Normal View History

2025-05-03 21:59:01 +08:00
I need you to create an integration testing plan for $ARGUMENTS
2025-05-03 21:48:06 +08:00
2025-05-03 21:59:01 +08:00
These are integration tests and I want them to be inline in rust fashion.
2025-05-03 21:48:06 +08:00
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.