Updates after code review

This commit is contained in:
Adam Byrtek 2015-04-06 13:15:07 +02:00 committed by Markus Unterwaditzer
parent f0f458e0c5
commit f0d3b71a94
3 changed files with 17 additions and 15 deletions

View file

@ -14,6 +14,8 @@ Version 0.12
- Added `json` keyword argument to :meth:`flask.testing.FlaskClient.open`
(and related ``get``, ``post``, etc.), which makes it more convenient to
send JSON requests from the test client.
- Added ``is_json`` and ``get_json`` to :class:``flask.wrappers.Response``
in order to make it easier to build assertions when testing JSON responses.
Version 0.11.2
--------------