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

Last updated: May 16,2024

1. Install "python38-pytest-localserver" package

Please follow the step by step instructions below to install python38-pytest-localserver on openSuSE Tumbleweed

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

2. Uninstall "python38-pytest-localserver" package

Please follow the guidelines below to uninstall python38-pytest-localserver on openSuSE Tumbleweed:

$ sudo zypper remove python38-pytest-localserver

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

Information for package python38-pytest-localserver:
----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-pytest-localserver
Version : 0.5.0-2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 63,6 KiB
Installed : No
Status : not installed
Source package : python-pytest-localserver-0.5.0-2.8.src
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!