Implemented flask.testing.TestClient.session_transaction for quick session modifications in test environments.

This commit is contained in:
Armin Ronacher 2011-08-25 15:18:39 +01:00
parent c844d02f1c
commit a5da2c98f3
5 changed files with 112 additions and 4 deletions

View file

@ -33,6 +33,8 @@ Relase date to be decided, codename to be chosen.
the perfect place to put configuration files etc. For more information
see :ref:`instance-folders`.
- Added the ``APPLICATION_ROOT`` configuration variable.
- Implemented :meth:`~flask.testing.TestClient.session_transaction` to
easily modify sessions from the test environment.
Version 0.7.3
-------------