Add API client for notification statistic

Adds a client for the endpoints added in
67c4bd2263
This commit is contained in:
Chris Hill-Scott
2016-03-17 11:44:00 +00:00
parent cc15d92aaa
commit d04bde5486
6 changed files with 45 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ def test_should_show_recent_jobs_on_dashboard(app_,
api_user_active,
mock_get_service,
mock_get_service_templates,
mock_get_service_statistics,
mock_get_user,
mock_get_user_by_email,
mock_login,

View File

@@ -16,6 +16,7 @@ def test_sign_out_user(app_,
mock_get_user,
mock_get_user_by_email,
mock_get_service_templates,
mock_get_service_statistics,
mock_login,
mock_get_jobs):
with app_.test_request_context():