How to Install and Uninstall python38-pytest-httpserver Package on openSuSE Tumbleweed

Last updated: May 08,2024

1. Install "python38-pytest-httpserver" package

In this section, we are going to explain the necessary steps to install python38-pytest-httpserver on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-pytest-httpserver

2. Uninstall "python38-pytest-httpserver" package

Please follow the step by step instructions below to uninstall python38-pytest-httpserver on openSuSE Tumbleweed:

$ sudo zypper remove python38-pytest-httpserver

3. Information about the python38-pytest-httpserver package on openSuSE Tumbleweed

Information for package python38-pytest-httpserver:
---------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-pytest-httpserver
Version : 1.0.2-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 145,0 KiB
Installed : No
Status : not installed
Source package : python-pytest-httpserver-1.0.2-1.1.src
Summary : A HTTP server for pytest
Description :
This library is for testing HTTP clients without contacting the real
HTTP server. In other words, it is a fake HTTP server which is
accessible via localhost can be started with the pre-defined expected
HTTP requests and their responses.