diff options
| author | Jonathan Lange <jml@mumak.net> | 2016-01-22 15:54:37 +0000 |
|---|---|---|
| committer | Jonathan Lange <jml@mumak.net> | 2016-01-22 15:54:37 +0000 |
| commit | 9715f47bc72e954a05b63ab55df1f32bff79da2f (patch) | |
| tree | f7b43f0e1eb167b740398e122673e99b19583728 | |
| parent | f824df064ec0c2a1a81bd91fb4214a07edeef010 (diff) | |
| download | testtools-9715f47bc72e954a05b63ab55df1f32bff79da2f.tar.gz | |
NEWS update
| -rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 ------- |
