feat: add basic configure view for appinfo
This commit is contained in:
parent
dd207a4a05
commit
ed67cdb2d8
15 changed files with 847 additions and 42 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue