The test client and test_request_context are now both using the same logic internally for creating the environ. Also they use APPLICATION_ROOT now.
This commit is contained in:
parent
1ea3d4ea53
commit
e853a0f739
5 changed files with 38 additions and 29 deletions
3
CHANGES
3
CHANGES
|
|
@ -35,6 +35,9 @@ Relase date to be decided, codename to be chosen.
|
|||
- Added the ``APPLICATION_ROOT`` configuration variable.
|
||||
- Implemented :meth:`~flask.testing.TestClient.session_transaction` to
|
||||
easily modify sessions from the test environment.
|
||||
- Refactored test client internally. The ``APPLICATION_ROOT`` configuration
|
||||
variable as well as ``SERVER_NAME`` are now properly used by the test client
|
||||
as defaults.
|
||||
|
||||
Version 0.7.3
|
||||
-------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue