- When using
assert_all_requests_are_fired=True, assertions about
unfired requests are now raised even when an exception occurs in the context manager or
decorated function. Previously, these assertions were suppressed when exceptions occurred.
This new behavior provides valuable debugging context about which mocked requests were
or weren't called. - Consider the
Retry-Afterheader when handling retries