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

Last updated: May 14,2024

1. Install "python3-httpretty" package

Please follow the steps below to install python3-httpretty on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-httpretty

2. Uninstall "python3-httpretty" package

Please follow the instructions below to uninstall python3-httpretty on openSUSE Leap:

$ sudo zypper remove python3-httpretty

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

Information for package python3-httpretty:
------------------------------------------
Repository : Main Repository
Name : python3-httpretty
Version : 0.8.14-1.23
Arch : noarch
Vendor : SUSE LLC
Installed Size : 163.4 KiB
Installed : No
Status : not installed
Source package : python-httpretty-0.8.14-1.23.src
Upstream URL : https://github.com/gabrielfalcao/HTTPretty
Summary : HTTP client mocking tool for Python
Description :
This library allows mocking of HTTP protocol based
unit tests.
It is similar to Ruby's FakeWeb.