support passing environ to test client (#2412)

closes #2411
This commit is contained in:
David Lord 2017-07-13 08:42:53 -07:00 committed by GitHub
parent 817903c9c1
commit 59f7966e31
3 changed files with 52 additions and 9 deletions

View file

@ -97,6 +97,8 @@ Major release, unreleased
- ``Request.module`` - use ``Request.blueprint`` instead.
- The ``request.json`` property is no longer deprecated. (`#1421`_)
- Support passing an existing ``EnvironBuilder`` or ``dict`` to
``test_client.open``. (`#2412`_)
.. _#1421: https://github.com/pallets/flask/issues/1421
.. _#1489: https://github.com/pallets/flask/pull/1489
@ -124,6 +126,7 @@ Major release, unreleased
.. _#2374: https://github.com/pallets/flask/pull/2374
.. _#2373: https://github.com/pallets/flask/pull/2373
.. _#2385: https://github.com/pallets/flask/issues/2385
.. _#2412: https://github.com/pallets/flask/pull/2412
Version 0.12.2
--------------