File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -241,6 +241,19 @@ The `nose`_ collector and test runner works also fine with Flask-Testing.
241241Changes
242242=======
243243
244+ 0.5.0 (12.06.2016)
245+ ------------------
246+
247+ * Improvements to ``LiveServerTestCase ``
248+ * The test case will now block until the server is available
249+ * Fixed an issue where no request context was available
250+ * Fixed an issue where tests would be run twice when ``DEBUG `` was set to True
251+ * Add missing message arguments for assertRedirects and assertContext
252+ * Better default failure message for assertRedirects
253+ * Better default failure message for assertTemplateUsed
254+ * Fix an issue that caused the ``render_templates `` option to not clean up after itself if set to False
255+ * Update docs to use new Flask extension import specification
256+
2442570.4.2 (24.07.2014)
245258------------------
246259
Original file line number Diff line number Diff line change 3131
3232setup (
3333 name = 'Flask-Testing' ,
34- version = '0.4.2 ' ,
34+ version = '0.5.0 ' ,
3535 url = 'https://github.com/jarus/flask-testing' ,
3636 license = 'BSD' ,
3737 author = 'Dan Jacob' ,
You can’t perform that action at this time.
0 commit comments