시작하기무료로 시작하기

Build a Test Baseline for Refactoring

The routes.py file in the Music Analytics API has no unit tests. Before we can safely refactor code, we need test coverage to ensure our changes don't break existing behavior. The project has available a unit testing skill already set up in .claude/skills/unit-tests/.

이 연습은 강의의 일부입니다

Software Development with Claude Code

강의 보기

연습 안내

  • Start Claude Code with claude.
  • Use the testing skill: /unit-tests @routes.py to generate unit tests.
  • Run the tests to verify they pass.
  • When done, type /exit to exit Claude Code.

실습형 인터랙티브 연습문제

이론을 실습으로 바꾸는 인터랙티브 연습 중 하나를 만나보세요

연습 시작