0.20.2
版本发布时间: 2023-07-21 07:05:54
lundberg/respx最新发布版本:0.20.2(2023-07-21 07:05:54)
0.20.2 (21st July 2023)
Fixed
- Better assertion output for
assert_all_called
, thanks @sileht (#224) - Support for quoted path pattern matching, thanks @alexdrydew for input (#240)
Added
- Enable content__contains pattern, thanks @rjprins (#236)
- Added initial
CONTRIBUTING.md
, thanks @morenoh149 (#238)
Changed
- Docs about retrieving mocked calls, thanks @tomhamiltonstubber (#230)
- Docs about
Router.assert_all_called()
, thanks @BeyondEvil for input (#241)