forked from orbit-oss/flask
app.py: Link to correct EnvironBuilder docs
This commit is contained in:
parent
08931401e8
commit
9e5ab21c8e
1 changed files with 1 additions and 1 deletions
|
|
@ -1773,7 +1773,7 @@ class Flask(_PackageBoundObject):
|
|||
|
||||
def test_request_context(self, *args, **kwargs):
|
||||
"""Creates a WSGI environment from the given values (see
|
||||
:func:`werkzeug.test.EnvironBuilder` for more information, this
|
||||
:class:`werkzeug.test.EnvironBuilder` for more information, this
|
||||
function accepts the same arguments).
|
||||
"""
|
||||
from flask.testing import make_test_environ_builder
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue