3
0
Fork 0

feat: add basic App Info view (index only)

more to come!
This commit is contained in:
Lance Edgar 2024-08-05 21:49:18 -05:00
parent 9ac4f7525e
commit 9a739381ae
13 changed files with 192 additions and 5 deletions

View file

@ -219,7 +219,7 @@ class TestBeforeRender(TestCase):
})
def make_request(self):
request = testing.DummyRequest()
request = testing.DummyRequest(use_oruga=False)
request.registry.settings = {'wutta_config': self.config}
request.wutta_config = self.config
return request