Tarefa da matéria Qualidade e Testes de Software sobre Mocks Installing Dependencies python3 -m venv venv source venv/bin/activate pip install -r requirements.txt Test Execution python -m pytest ./test/* --cov