Init global test_apps explicitly

This commit is contained in:
Markus Unterwaditzer 2014-09-04 14:37:48 +02:00
parent 588cfa9c91
commit 861aa0db1f
4 changed files with 19 additions and 19 deletions

View file

@ -306,7 +306,7 @@ def test_templates_auto_reload():
app.config['TEMPLATES_AUTO_RELOAD'] = False
assert not app.jinja_env.auto_reload
def test_template_loader_debugging():
def test_template_loader_debugging(test_apps):
from blueprintapp import app
called = []