From 55b9bd38481306b6fb64c9548de56efd1765bd45 Mon Sep 17 00:00:00 2001 From: Matt Shaw Date: Wed, 18 May 2022 09:12:39 +0100 Subject: [PATCH] update number of tests --- app/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/index.html b/app/templates/index.html index 17797a4..9d9fa59 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -9,7 +9,7 @@

GOV.UK Frontend Jinja

This is a simple Python application using the Flask framework that demonstrates the Jinja port of GOV.UK Frontend.

GOV.UK Frontend Jinja provides a complete set of reusable component Jinja macros, directly ported from the GOV.UK Frontend Nunjucks macros.

-

An automated test suite makes use of the GOV.UK Frontend test fixtures to ensure 100% compliant HTML is output. This currently covers a total of 524 test scenarios against every component, which you can see in the build status.

+

An automated test suite makes use of the GOV.UK Frontend test fixtures to ensure 100% compliant HTML is output. This currently covers a total of 526 test scenarios against every component, which you can see in the build status.

Every visual test fixture is rendered in the pages linked below, along with the Jinja macro options and HTML used to create them. These can be used as examples, or for visual regression testing.

{{ govukInsetText({'html': 'If you also need to generate forms in your Python project, check out GOV.UK Frontend WTForms which makes use of these Jinja macros.'} )}}