parent
4309c7c6ea
commit
575021c07b
1 changed files with 2 additions and 2 deletions
|
|
@ -2140,8 +2140,8 @@ class Flask(_PackageBoundObject):
|
|||
return RequestContext(self, environ)
|
||||
|
||||
def test_request_context(self, *args, **kwargs):
|
||||
"""Creates a WSGI environment from the given values (see
|
||||
:class:`werkzeug.test.EnvironBuilder` for more information, this
|
||||
"""Creates a :class:`~flask.ctx.RequestContext` from the given values
|
||||
(see :class:`werkzeug.test.EnvironBuilder` for more information, this
|
||||
function accepts the same arguments plus two additional).
|
||||
|
||||
Additional arguments (only if ``base_url`` is not specified):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue