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
|
@ -46,7 +46,9 @@ class TestFieldList(TestCase):
|
|||
class TestForm(TestCase):
|
||||
|
||||
def setUp(self):
|
||||
self.config = WuttaConfig()
|
||||
self.config = WuttaConfig(defaults={
|
||||
'wutta.web.menus.handler_spec': 'tests.utils:NullMenuHandler',
|
||||
})
|
||||
self.request = testing.DummyRequest(wutta_config=self.config)
|
||||
|
||||
self.pyramid_config = testing.setUp(request=self.request, settings={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue