Files
notifications-admin/tests/app/main/views/test_styleguide.py
Nicholas Staples 3b1d521c10 Tests added for dao.
2016-01-15 15:15:35 +00:00

5 lines
132 B
Python

def test_styleguide_can_render(app_):
response = app_.test_client().get('/_styleguide')
assert response.status_code == 200