Evaluation Criteria Inquiry #413
-
|
Can we have further elaboration on what is expected in terms of test suite and security best practices from the evaluation criteria? Particularly if you are just using mostly Python. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
For security best practices:
For testing, I don't honestly expect that most hacks will have time to add testing. I'd actually be more interested in seeing evaluation of agent quality versus unit tests, if there's time for any sort of testing. For automated testing, I'll share my personal testing guidelines, but once again, I don't expect you to have time to add all this! Python testing guidelines
API testsIf the repo includes an API of some sort:
Frontend testsIf the repo includes a frontend (HTML/CSS):
9.3.1 Load Tests
|
Beta Was this translation helpful? Give feedback.
For security best practices:
For testing, I don't honestly expect that most hacks will have time to add testing. I'd actually be more interested in seeing evaluation of agent quality versus unit tests, if there's time for any sort of testing.
For automated testing, I'll share my personal testing guidelines, but once again, I don't expect you to have time to add all this!
Python testing guidelines
pytestor the framework-specific testing module.pytest-cov).