Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

How I Test AI-Generated Code

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.

Start Here

Quick Check

From the repository root:

python3 -m unittest discover \
  -s tutorials/testing-ai-generated-code/code/tests \
  -v

The check uses only the Python standard library. It needs no credentials or network access.

Go Deeper

To go deeper on AI engineering, join my AI engineering community: aiengineer.co.