forked from orbit-oss/flask
Implemented flask.testing.TestClient.session_transaction for quick session modifications in test environments.
This commit is contained in:
parent
c844d02f1c
commit
a5da2c98f3
5 changed files with 112 additions and 4 deletions
|
|
@ -218,6 +218,15 @@ implementation that Flask is using.
|
|||
:members:
|
||||
|
||||
|
||||
Test Client
|
||||
-----------
|
||||
|
||||
.. currentmodule:: flask.testing
|
||||
|
||||
.. autoclass:: TestClient
|
||||
:members:
|
||||
|
||||
|
||||
Application Globals
|
||||
-------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue