Skip to content
This repository was archived by the owner on Mar 29, 2026. It is now read-only.
Discussion options

You must be logged in to vote

For security best practices:

  • Using managed identity/keyless auth instead of keys (for Azure services)
  • No hard-coded keys in code, everything inside the environment variables

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

  • The repo should use either pytest or the framework-specific testing module.
  • The repo should include the coverage library (typically via pytest-cov).
  • T…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@danielan987
Comment options

Answer selected by danielan987
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants