feat: add initial MasterView
support
very minimal, index view only with empty page content
This commit is contained in:
parent
f5891d36fa
commit
9ac4f7525e
9 changed files with 760 additions and 2 deletions
|
@ -214,7 +214,9 @@ class TestNewRequestSetUser(TestCase):
|
|||
class TestBeforeRender(TestCase):
|
||||
|
||||
def setUp(self):
|
||||
self.config = WuttaConfig()
|
||||
self.config = WuttaConfig(defaults={
|
||||
'wutta.web.menus.handler_spec': 'tests.utils:NullMenuHandler',
|
||||
})
|
||||
|
||||
def make_request(self):
|
||||
request = testing.DummyRequest()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue