Extract user profile route into its own file

This commit is contained in:
Chris Hill-Scott
2016-01-12 09:52:00 +00:00
parent 554f11961f
commit 10af2bccf7
4 changed files with 13 additions and 7 deletions

View File

@@ -0,0 +1,4 @@
def test_should_show_overview_page(notifications_admin):
response = notifications_admin.test_client().get('/user-profile')
assert response.status_code == 200