feat: add basic App Info view (index only)
more to come!
This commit is contained in:
parent
9ac4f7525e
commit
9a739381ae
13 changed files with 192 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue