How to Install and Uninstall python39-pytest-localserver Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "python39-pytest-localserver" package

Here is a brief guide to show you how to install python39-pytest-localserver on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-pytest-localserver

2. Uninstall "python39-pytest-localserver" package

Please follow the guidance below to uninstall python39-pytest-localserver on openSuSE Tumbleweed:

$ sudo zypper remove python39-pytest-localserver

3. Information about the python39-pytest-localserver package on openSuSE Tumbleweed

Information for package python39-pytest-localserver:
----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-pytest-localserver
Version : 0.8.1-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 73.0 KiB
Installed : No
Status : not installed
Source package : python-pytest-localserver-0.8.1-1.2.src
Upstream URL : https://github.com/pytest-dev/pytest-localserver
Summary : Plugin for py.test to test server connections locally
Description :
The pytest-localserver package is a plugin for the `pytest`_ testing framework
which enables you to test server connections locally.
Sometimes `monkeypatching`_ ``urllib2.urlopen()`` just does not cut it, for
instance if you work with ``urllib2.Request``, define your own openers/handlers
or work with ``httplib``. In these cases it may come in handy to have an HTTP
server running locally which behaves just like the real thing. Well, look
no further!