Logo
Explore Help
Sign In
darkhelm/notifications-admin
1
0
Fork 0
You've already forked notifications-admin
mirror of https://github.com/GSA/notifications-admin.git synced 2026-05-05 16:38:59 -04:00
Code Issues Packages Projects Releases Wiki Activity
Files
8ff5ee9ffb65f49195d11bcacec819eff39e5bbb
notifications-admin/tests/app/main/views/test_styleguide.py

5 lines
132 B
Python
Raw Normal View History

Tests added for dao.
2016-01-15 15:15:35 +00:00
def test_styleguide_can_render(app_):
response = app_.test_client().get('/_styleguide')
Add a styleguide page There are now quite a few frontend components in the app. It’s good to have a reference for them to: - document for developers what patterns are available and how they are used - check for regressions - when working on one variation of a pattern you can check that your changes don’t break other variations of it - when changing the arguments to a pattern you can check that this doesn’t change the expected arguments already in use This commit adds a single page (`/_styleguide`) which has examples of all the patterns.
2016-01-11 11:13:06 +00:00
assert response.status_code == 200
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.0 Page: 5691ms Template: 6ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API