File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
20402.8.3
2141~~~~~
2242
You can’t perform that action at this time.
0 commit comments