Init global test_apps explicitly
This commit is contained in:
parent
588cfa9c91
commit
861aa0db1f
4 changed files with 19 additions and 19 deletions
|
|
@ -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 = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue