All tests passing and merged with master.

This commit is contained in:
Nicholas Staples
2016-01-27 16:30:33 +00:00
51 changed files with 763 additions and 892 deletions

View File

@@ -13,12 +13,10 @@ def test_render_sign_out_redirects_to_sign_in(app_):
def test_sign_out_user(app_,
mock_send_sms,
mock_send_email,
mock_get_service,
api_user_active,
mock_user_loader,
mock_user_dao_get_by_email,
mock_get_user,
mock_get_user_by_email,
mock_login):
with app_.test_request_context():
email = 'valid@example.gov.uk'