Added more tests for the new stack behavior.

This commit is contained in:
Armin Ronacher 2012-04-09 15:16:09 +01:00
parent 307d1bc4e5
commit f8f2e2dff4
3 changed files with 33 additions and 2 deletions

View file

@ -23,7 +23,8 @@ from .config import Config
from .helpers import url_for, jsonify, json_available, flash, \
send_file, send_from_directory, get_flashed_messages, \
get_template_attribute, make_response, safe_join
from .globals import current_app, g, request, session, _request_ctx_stack
from .globals import current_app, g, request, session, _request_ctx_stack, \
_app_ctx_stack
from .ctx import has_request_context
from .module import Module
from .blueprints import Blueprint