开始使用免费开始使用

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.

本练习是课程的一部分

Software Development with Claude Code

查看课程

练习说明

  • 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 /exit to exit Claude Code.

动手互动练习

通过我们的互动练习之一,将理论转化为实践

开始练习