forked from orbit-oss/flask
Removed outdated sentence in the testing docs
This commit is contained in:
parent
7fc0ddb57c
commit
22af78a96f
1 changed files with 0 additions and 4 deletions
|
|
@ -270,10 +270,6 @@ happen. With Flask 0.4 this is possible by using the
|
|||
If you were to use just the :meth:`~flask.Flask.test_client` without
|
||||
the `with` block, the `assert` would fail with an error because `request`
|
||||
is no longer available (because you are trying to use it outside of the actual request).
|
||||
However, keep in mind that any :meth:`~flask.Flask.after_request` functions
|
||||
are already called at this point so your database connection and
|
||||
everything involved is probably already closed down.
|
||||
|
||||
|
||||
Accessing and Modifying Sessions
|
||||
--------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue