How to Install and Uninstall python3-pytest-httpserver Package on openSUSE Leap

Last updated: May 05,2024

1. Install "python3-pytest-httpserver" package

This guide let you learn how to install python3-pytest-httpserver on openSUSE Leap

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

2. Uninstall "python3-pytest-httpserver" package

In this section, we are going to explain the necessary steps to uninstall python3-pytest-httpserver on openSUSE Leap:

$ sudo zypper remove python3-pytest-httpserver

3. Information about the python3-pytest-httpserver package on openSUSE Leap

Information for package python3-pytest-httpserver:
--------------------------------------------------
Repository : Main Repository
Name : python3-pytest-httpserver
Version : 0.3.4-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 125.1 KiB
Installed : No
Status : not installed
Source package : python-pytest-httpserver-0.3.4-bp155.2.11.src
Upstream URL : https://www.github.com/csernazs/pytest-httpserver
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.