WhyNotHugo / django-afip

⚖️ AFIP invoice integration for django.
https://django-afip.readthedocs.io/
ISC License
47 stars 24 forks source link

Use snapshots for PDF/HTML generation tests #203

Open WhyNotHugo opened 11 months ago

WhyNotHugo commented 11 months ago

We currently have a copy of the entire expected HTML in the test code, and this is a pain to updated when changes happen.

Try using something like syrupy instead: https://til.simonwillison.net/pytest/syrupy