Skip to content

Commit 135e92d

Browse files
committed
Add changelog for 0.4.1 and other docs improvements
1 parent b368b6a commit 135e92d

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

docs/index.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,18 @@ The `nose`_ collector and test runner works also fine with Flask-Testing.
239239
Changes
240240
=======
241241

242-
* **0.4 (06.07.2012)**
242+
0.4.1 (27.02.2014)
243+
------------------
244+
245+
This release is dedicated to every contributer who made this release possible. Thank you very much.
246+
247+
* Python 3 compatibility (without twill)
248+
* Add ``LiveServerTestCase``
249+
* Use unittest2 backports if available in python 2.6
250+
* Install multiprocessing for python versions earlier than 2.6
251+
252+
0.4 (06.07.2012)
253+
----------------
243254

244255
* Use of the new introduced import way for flask extensions. Use ``import flask.ext.testing`` instead of ``import flaskext.testing``.
245256
* Replace all ``assert`` with ``self.assert*`` methods for better output with unittest.

flask_testing/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ def assertTemplateUsed(self, name, tmpl_name_attribute='name'):
142142
Only works if your version of Flask has signals
143143
support (0.6+) and blinker is installed.
144144
If the template engine used is not Jinja2, provide
145-
:param tmpl_name_attribute: with a value of its `Template`
146-
class attribute name which contains the provided :param name: value.
145+
``tmpl_name_attribute`` with a value of its `Template`
146+
class attribute name which contains the provided ``name`` value.
147147
148148
:versionadded: 0.2
149149
:param name: template name

0 commit comments

Comments
 (0)