1. Learn
  2. /
  3. Courses
  4. /
  5. Software Development with Claude Code

Connected

Exercise

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.

Instructions

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.