Script simples para validar o site antes de fazer PR.
# Gere o site
make html
# Execute os testes
make test- JSON exposto no HTML (erro de parser)
- Estrutura basica do HTML
- Links 404 (opcional com --check-links)
# Terminal 1
make serve
# Terminal 2
python test_site.py --check-linksRequer: pip install requests