Crown-Commercial-Service / govuk-frontend-jinja

Tools to use the GOV.UK Design System with Python webapps that use Jinja2 and Flask 🐍
MIT License
9 stars 6 forks source link

Update our fixtures to more closely reflect the output of govuk-frontend #28

Closed lfdebrux closed 5 years ago

lfdebrux commented 5 years ago

Using a new script, the test fixture example files have been updated to be generated by Nunjucks.

This brings the test output closer to what we would expect from govuk-frontend, and makes it easier to update the fixture files in the future as we change versions of the govuk-frontend.

Based off of PR #27.