Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
python3-httmock
Mocking library for python3-requests
https://github.com/patrys/httmock
0
no reviews
Install
This library allows unit tests to provide mocked responses to HTTP requests made using the 'requests' library, either conditionally using the 'urlmatch' decorator or for all requests using the 'all_requests' decorator.