Files
notifications-admin/tests/app/main/views/test_styleguide.py
T

5 lines
162 B
Python
Raw Normal View History

2016-01-11 11:13:06 +00:00
def test_styleguide_can_render(notifications_admin):
response = notifications_admin.test_client().get('/_styleguide')
assert response.status_code == 200