Skip to content

Commit 7a49723

Browse files
RJPercivalclaude
andcommitted
Update CHANGES for assert_on_exception feature
Document the new assert_on_exception parameter in version 0.26.0. This is a minor version bump (not patch) because we're adding new functionality to the public API, even though it's fully backward compatible with existing code. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 8cff1de commit 7a49723

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGES

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
0.26.0
2+
------
3+
4+
* Added `assert_on_exception` parameter to `RequestsMock` and `@responses.activate` decorator.
5+
When set to True, assertions about unfired requests will be raised even when an exception
6+
occurs in the wrapped code, providing valuable debugging context about which mocked
7+
requests were or weren't called.
8+
19
0.25.8
210
------
311

0 commit comments

Comments
 (0)