1. 학습
  2. /
  3. 강의
  4. /
  5. Software Development with Claude Code

Connected

연습 문제

Write and Run Tests

The reporter CLI is ready in reporter.py. Now let's verify it works by writing and running tests. You can view the code here: reporter.py.

지침

100 XP
  • Start Claude Code with claude.
  • Reference @PLAN.md to understand the testing requirements.
  • Reference @reporter.py and ask Claude to write and run pytest tests based on the plan.
  • When done, type /exit to exit Claude Code.