Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 22 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@ testtools NEWS

Changes and improvements to testtools_, grouped by release.

NEXT
~~~~

2.8.6
~~~~~

Improvements
------------
* Improve the type annotations for ``testtools.testcase.TestCase.assertRaises``.
This method will now be typed correctly when called as a method or as a
context manager.
(Stephen Finucane, #577, #578)

2.8.5
~~~~~

Improvements
------------
* Fix the type annotations for ``testtools.testcase.TestCase.useFixture``
(Stephen Finucane, #574)

2.8.4
~~~~~

Expand Down Expand Up @@ -70,8 +91,7 @@ Improvements
(Jelmer Vernooij, #538)

* Allow stream=None to be passed to various TestResult
classes that now support verbosity; fixes a regression
from 2.8.0.
classes that now support verbosity; fixes a regression from 2.8.0.
(Jelmer Vernooij)

2.8.1
Expand Down