mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-04 08:01:34 -04:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user