summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Lange <jml@mumak.net>2016-01-10 11:54:16 +0000
committerJonathan Lange <jml@mumak.net>2016-01-10 11:54:16 +0000
commit45d795f99432cb4b39b3cfc3a2c51c580a46528e (patch)
tree0a147c0664c9c26d6ff07b54083c53f3cb19eb29
parentf13c0ddf18487e5735cde2bb2464d0933aed9ec4 (diff)
downloadtesttools-45d795f99432cb4b39b3cfc3a2c51c580a46528e.tar.gz
Improve NEWS
Link to fixed bugs, move user-facing bugfix to improvements, delete duplicate entry.
-rw-r--r--NEWS13
1 files changed, 6 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index 53daad7..f1af784 100644
--- a/NEWS
+++ b/NEWS
@@ -22,11 +22,15 @@ Improvements
* Tests for ``assertRaisesRegexp``. (Julia Varlamova, Jonathan Lange)
* Tests that customize ``skipException`` no longer get tracebacks for skipped
- tests. (Jonathan Lange)
+ tests. (Jonathan Lange, #1518101)
* A failing ``expectThat`` now fails tests run with
``AsynchronousDeferredRunTest``. (Jonathan Lange, #1532452)
+* ``TestCase`` objects can now be run twice. All internal state is reset
+ between runs. In particular, testtools tests can now be run with
+ ``trial -u``. (Jonathan Lange, #1517879)
+
Changes
-------
@@ -36,11 +40,6 @@ Changes
* ``addCleanup`` can now only be called within a test run.
(Jonathan Lange)
-* ``TestCase`` objects can now be run twice. All internal state is reset
- between runs. (Jonathan Lange)
-
-* Last release of testtools to support Python 3.2. (Jonathan Lange)
-
* ``TestCase.skip`` deprecated. Use ``skipTest`` instead.
(Jonathan Lange, #988893)
@@ -53,7 +52,7 @@ Changes
* Last release of testtools to support Python 2.6. (Jonathan Lange)
* Report on all duplicate test ids when sorting test suites that contain
- duplicate ids. (Thomas Bechtold, Jonathan Lange)
+ duplicate ids. (Thomas Bechtold, Jonathan Lange, #1390082)
1.8.1
~~~~~