How to Install and Uninstall python312-httpretty Package on openSuSE Tumbleweed

Last updated: July 02,2024

1. Install "python312-httpretty" package

Learn how to install python312-httpretty on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-httpretty

2. Uninstall "python312-httpretty" package

This is a short guide on how to uninstall python312-httpretty on openSuSE Tumbleweed:

$ sudo zypper remove python312-httpretty

3. Information about the python312-httpretty package on openSuSE Tumbleweed

Information for package python312-httpretty:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-httpretty
Version : 1.1.4-9.1
Arch : noarch
Vendor : openSUSE
Installed Size : 192.9 KiB
Installed : No
Status : not installed
Source package : python-httpretty-1.1.4-9.1.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.