Mock requests calls using unittest.mock and Jikan REST-ful API
Install python3-tk
python -m unittest
coverage run --source='.' -m unittest
Esse comando gera o diretório htmlcov
para vizualizar o relatório abrir o arquivo htmlcov/index.html
Seguindo o tutorial Testes Unitários e Python — Parte II: Mocks, APIs & Star Wars