We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0abca4 commit 0445a3fCopy full SHA for 0445a3f
docs/index.rst
@@ -241,6 +241,12 @@ The `nose`_ collector and test runner works also fine with Flask-Testing.
241
Changes
242
=======
243
244
+0.4.2 (24.07.2014)
245
+------------------
246
+
247
+ * Improved teardown to be more graceful.
248
+ * Add ``message`` argument to ``assertStatus`` respectively all assertion methods with fixed status like ``assert404``.
249
250
0.4.1 (27.02.2014)
251
------------------
252
setup.py
@@ -31,7 +31,7 @@
31
32
setup(
33
name='Flask-Testing',
34
- version='0.4.1',
+ version='0.4.2',
35
url='https://github.com/jarus/flask-testing',
36
license='BSD',
37
author='Dan Jacob',
0 commit comments