python3-httmock

Mocking library for python3-requests
  https://github.com/patrys/httmock
  0
  no reviews



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.