Started work on implementing blueprint based template loading
This commit is contained in:
parent
1446614915
commit
a06cd0a644
4 changed files with 93 additions and 22 deletions
|
|
@ -1111,6 +1111,7 @@ class ModuleTestCase(unittest.TestCase):
|
|||
|
||||
def test_templates_and_static(self):
|
||||
app = moduleapp
|
||||
app.debug = True
|
||||
c = app.test_client()
|
||||
|
||||
rv = c.get('/')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue