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

Last updated: July 04,2024

1. Install "python311-httpretty" package

Please follow the instructions below to install python311-httpretty on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-httpretty

2. Uninstall "python311-httpretty" package

This tutorial shows how to uninstall python311-httpretty on openSuSE Tumbleweed:

$ sudo zypper remove python311-httpretty

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

Information for package python311-httpretty:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-httpretty
Version : 1.1.4-9.1
Arch : noarch
Vendor : openSUSE
Installed Size : 199.6 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.