109526520: render verify template with VerifyForm

This commit is contained in:
Rebecca Law
2015-12-04 16:21:01 +00:00
parent ab36653f24
commit 69da9f8f32
5 changed files with 33 additions and 7 deletions

View File

@@ -0,0 +1,7 @@
def test_should_return_verify_template(notifications_admin, notifications_admin_db):
response = notifications_admin.test_client().get('/verify')
assert response.status_code == 200
assert 'Activate your account' in response.get_data(as_text=True)