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

Last updated: May 17,2024

1. Install "python3-pytest-httpbin" package

Please follow the guidance below to install python3-pytest-httpbin on openSUSE Leap

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

2. Uninstall "python3-pytest-httpbin" package

Please follow the instructions below to uninstall python3-pytest-httpbin on openSUSE Leap:

$ sudo zypper remove python3-pytest-httpbin

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

Information for package python3-pytest-httpbin:
-----------------------------------------------
Repository : Main Repository
Name : python3-pytest-httpbin
Version : 1.0.0-5.3.5
Arch : noarch
Vendor : SUSE LLC
Installed Size : 45.5 KiB
Installed : No
Status : not installed
Source package : python-pytest-httpbin-1.0.0-5.3.5.src
Upstream URL : https://github.com/kevin1024/pytest-httpbin
Summary : Web service for testing HTTP libraries
Description :
httpbin is a web service for testing HTTP libraries. It has several
endpoints that can test parts needed in a HTTP library.
Pytest-httpbin creates a pytest "fixture" that is
dependency-injected into your tests. It automatically starts up a HTTP server
in a separate thread running httpbin and provides your test with the URL in the
fixture.