This is the supporting material for the video: How I Test AI-Generated Code.
Learn how to turn requirements and risks into tests that give an AI coding agent useful feedback.
- Read the lesson: LESSON.md
- Run the offline example: code/
- Reuse the prompts: resources/prompts.md
- Review the copyable examples: resources/examples/
- Browse the slides: resources/slides/
From the repository root:
python3 -m unittest discover \
-s tutorials/testing-ai-generated-code/code/tests \
-vThe check uses only the Python standard library. It needs no credentials or network access.
To go deeper on AI engineering, join my AI engineering community: aiengineer.co.