Skip to content

Commit 0e24e95

Browse files
committed
Update NEWS
1 parent 60f7126 commit 0e24e95

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

NEWS

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,26 @@ Improvements
1717
results from synchronous Deferreds in tests.
1818
(Jelmer Vernooij, #546)
1919

20+
* Add support for ``unittest.TestCase.subTest``. Failures are reported
21+
individually while the entire test method is still treated as a single test.
22+
(Stephen Finucane, #567)
23+
24+
* Add ``testtools.matchers.test`` module providing a test harness for
25+
users who write their own custom matchers.
26+
(Stephen Finucane)
27+
28+
Changes
29+
-------
30+
31+
* Re-add compat helpers and helper modules that were accidentally removed
32+
in a patch release, breaking API compatibility. These are now deprecated
33+
and will be removed in a future major release.
34+
(Stephen Finucane, #566)
35+
36+
* ``typing-extensions`` is no longer required at runtime; it is only needed
37+
for type checking.
38+
(Jelmer Vernooij, Takashi Kajinami, #569, #571)
39+
2040
2.8.3
2141
~~~~~
2242

0 commit comments

Comments
 (0)