summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Lange <jml@mumak.net>2016-01-12 17:23:10 +0000
committerJonathan Lange <jml@mumak.net>2016-01-12 17:23:10 +0000
commit3955df38c2613c9274bb7d6756f2d77d63096b5e (patch)
tree60668fb982cf28f763b4f51ef8498d03bbb0d5e9
parent29e9334b0393cdd83343e9094cbb2850af9db24d (diff)
parent45d795f99432cb4b39b3cfc3a2c51c580a46528e (diff)
downloadtesttools-3955df38c2613c9274bb7d6756f2d77d63096b5e.tar.gz
Merge pull request #195 from jml/bug-links-in-news
Improve NEWS
-rw-r--r--NEWS13
1 files changed, 6 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index 4c44de5..4d56c54 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)
* Add ``readthedocs-requirements.txt`` so readthedocs.org can build the
Twisted API documentation. (Jonathan Lange)