Binary package “python3-httmock” in ubuntu oracular

Mocking library for python3-requests

 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.