Closed rvalyi closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 96.05%. Comparing base (
e7d702d
) to head (083e860
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Obrigado @rvalyi !
@rvalyi
Depois se você quiser ver alguns arquivos XMLs de NFe que é padrão para os clientes da Akretion, me passe que eu adiciono nos casos de usos dos testes. Por exemplo simular algum xml comum na importação ou exportação
alguns a gente botou no nfelib/nfe/samples porque facilitou para testar no OCA/l10n-brazil tambem. Porem são XMLs de bastante anos atras e talvez a gente conseguiria dar uma certa atualização nisso. Vamos ver isso nas próximas semanas. Novamente parabéns pelo trabalho.
More specifically avoid: 'NoneType' object has no attribute 'encode' in normalize_text in fpdf/fpdf.py:4342
This fixes errors like I had in my nfelib tests with: https://github.com/akretion/nfelib/actions/runs/9001971049/job/24729276315?pr=101#step:6:182 it looks like in this test NFe xml I had an empty time_ent_sai. I think we should be lenient with such empty fields and this is what this PR does.