How to Install and Uninstall python3-httmock Package on openSUSE Leap

Last updated: May 04,2024

1. Install "python3-httmock" package

This tutorial shows how to install python3-httmock on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-httmock

2. Uninstall "python3-httmock" package

This guide let you learn how to uninstall python3-httmock on openSUSE Leap:

$ sudo zypper remove python3-httmock

3. Information about the python3-httmock package on openSUSE Leap

Information for package python3-httmock:
----------------------------------------
Repository : Main Repository
Name : python3-httmock
Version : 1.3.0-bp155.2.13
Arch : noarch
Vendor : openSUSE
Installed Size : 27.7 KiB
Installed : No
Status : not installed
Source package : python-httmock-1.3.0-bp155.2.13.src
Upstream URL : https://github.com/patrys/httmock
Summary : A mocking library for requests
Description :
A mocking library for requests.
You can use it to mock third-party APIs and test libraries that use
`requests` internally, conditionally using mocked replies with the
`urlmatch` decorator.