WIP: First attempt at adding a testing doc to the links in the footer.

This may result in changing the developer document section completely.
This commit is contained in:
Rebecca Law
2017-01-27 17:32:20 +00:00
parent 10883176e0
commit dc9524f01e
4 changed files with 83 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ def test_logged_in_user_redirects_to_choose_service(app_,
@pytest.mark.parametrize('view', [
'cookies', 'trial_mode', 'pricing', 'terms', 'delivery_and_failure'
'cookies', 'trial_mode', 'pricing', 'terms', 'delivery_and_failure', 'integration_testing'
])
def test_static_pages(app_, view):
with app_.test_request_context(), app_.test_client() as client: