Added more tests for the new stack behavior.
This commit is contained in:
parent
307d1bc4e5
commit
f8f2e2dff4
3 changed files with 33 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue