Merge branch 'evals' of https://github.com/buster-so/buster into evals

This commit is contained in:
Nate Kelley 2025-05-04 09:13:51 -06:00
commit b7be20eb2b
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
2 changed files with 22 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.

View File

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