summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Lange <jml@mumak.net>2016-01-22 15:54:37 +0000
committerJonathan Lange <jml@mumak.net>2016-01-22 15:54:37 +0000
commit9715f47bc72e954a05b63ab55df1f32bff79da2f (patch)
treef7b43f0e1eb167b740398e122673e99b19583728
parentf824df064ec0c2a1a81bd91fb4214a07edeef010 (diff)
downloadtesttools-9715f47bc72e954a05b63ab55df1f32bff79da2f.tar.gz
NEWS update
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5fd51cf..e96c923 100644
--- a/NEWS
+++ b/NEWS
@@ -38,6 +38,11 @@ Improvements
between runs. In particular, testtools tests can now be run with
``trial -u``. (Jonathan Lange, #1517879)
+* Fixed bug where if an asynchronous ``Deferred`` test times out but the
+ ``Deferred`` then fires, the entire test run would abort with
+ ``KeyboardInterrupt``, failing the currently running test.
+ (Jonathan Lange, James Westby)
+
Changes
-------