Unit Tests for Prompts, Schemas, and Tools
By the end of this module you can unit-test prompts, schemas and tools, so a change that breaks output format fails in CI rather than in production.
Units
- Unit 04.00: Testing a prompt like a function
- Unit 04.01: Asserting on schema, not on phrasing
- Unit 04.02: Tool tests that need no model
- Unit 04.03: Catching a format break in CI
- Unit 04.04: Keeping the suite fast enough to run
