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/.
Este exercício faz parte do curso
Software Development with Claude Code
Instruções do exercício
- Start Claude Code with
claude. - Use the testing skill:
/unit-tests @routes.pyto generate unit tests. - Run the tests to verify they pass.
- 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