Merge pull request #1103 from alphagov/testing-doc

Testing doc
This commit is contained in:
Rebecca Law
2017-02-03 10:44:38 +00:00
committed by GitHub
5 changed files with 167 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: