testing commands for claude

This commit is contained in:
dal 2025-05-03 07:59:01 -06:00
parent 29511467f7
commit 67b94be806
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
2 changed files with 11 additions and 0 deletions

View File

@ -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.