From b2d6e71502fe6e5801f1f08b61141f41b8ad14af Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Fri, 13 Mar 2026 22:15:03 +0000 Subject: [PATCH] release 2.8.7 Signed-off-by: Stephen Finucane --- NEWS | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/NEWS b/NEWS index 74a2b173..4d5f9c87 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,21 @@ Changes and improvements to testtools_, grouped by release. NEXT ~~~~ +2.8.7 +~~~~~ + +Improvements +------------ +* Fix an issue with ``iterate_tests``, which was recently changes to insist + on accepting an instance of ``unittest.TestSuite``, breaking some users. + (Jelmer Vernooij, #584) + +* Improve the type annotations for ``testtools.testcase.TestCase.skipTest`` + (Stephen Finucane, #585) + +* Correct a URL in the README + (Steve Kowalik, #582) + 2.8.6 ~~~~~