Add tests to make sure static pages render

This will catch if we accidentally break them by adding a `url_for` that
references a non-existant endpoint or something like that.
This commit is contained in:
Chris Hill-Scott
2019-04-18 13:06:39 +01:00
parent ba4bc5a5aa
commit aa16e1f2ce

View File

@@ -78,7 +78,9 @@ def test_robots(client):
@pytest.mark.parametrize('view', [
'cookies', 'privacy', 'pricing', 'terms', 'roadmap',
'features', 'callbacks', 'documentation', 'security'
'features', 'callbacks', 'documentation', 'security',
'message_status', 'features_email', 'features_sms',
'features_letters',
])
def test_static_pages(
client_request,