3
0
Fork 0

feat: add basic configure view for appinfo

This commit is contained in:
Lance Edgar 2024-08-06 18:52:54 -05:00
parent dd207a4a05
commit ed67cdb2d8
15 changed files with 847 additions and 42 deletions

View file

@ -11,3 +11,8 @@ class TestAppInfoView(WebTestCase):
# just a sanity check
view = settings.AppInfoView(self.request)
response = view.index()
def test_configure_get_simple_settings(self):
# just a sanity check
view = settings.AppInfoView(self.request)
simple = view.configure_get_simple_settings()