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

5 lines
132 B
Python
Raw Normal View History

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