Started work on implementing blueprint based template loading

This commit is contained in:
Armin Ronacher 2011-03-19 03:28:39 +01:00
parent 1446614915
commit a06cd0a644
4 changed files with 93 additions and 22 deletions

View file

@ -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('/')