First slice full sign in flow

This commit is contained in:
Adam Shimali
2016-01-21 11:33:53 +00:00
parent 33075178e8
commit 856b6adb56
20 changed files with 350 additions and 239 deletions
+2 -1
View File
@@ -19,7 +19,8 @@ def test_sign_out_user(app_,
mock_send_sms,
mock_send_email,
mock_get_service,
mock_user_loader):
mock_user_loader,
mock_user_dao_get_by_email):
with app_.test_request_context():
email = 'valid@example.gov.uk'
password = 'val1dPassw0rd!'