Unit vs Integration Tests
The test we just wrote is an integration test — it tests the full request flow from HTTP request through database query to JSON response. But how is that different from a unit test?
Ask Claude to explain the difference and suggest how you might write a unit test for the same endpoint.
Este exercício faz parte do curso
Software Development with Claude Code
Instruções do exercício
- Start Claude Code with
claude. - Ask Claude to explain the difference between unit tests and integration tests for the albums endpoint.
- Ask Claude how you would write a unit test for the same endpoint (what would you mock?).
- When done, type
/exitto exit Claude Code.
Exercício interativo prático
Transforme a teoria em ação com um de nossos exercícios interativos
Começar o exercício