How to Install and Uninstall python310-pytest-httpbin Package on openSuSE Tumbleweed
Last updated: November 23,2024
1. Install "python310-pytest-httpbin" package
In this section, we are going to explain the necessary steps to install python310-pytest-httpbin on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python310-pytest-httpbin
Copied
2. Uninstall "python310-pytest-httpbin" package
Please follow the instructions below to uninstall python310-pytest-httpbin on openSuSE Tumbleweed:
$
sudo zypper remove
python310-pytest-httpbin
Copied
3. Information about the python310-pytest-httpbin package on openSuSE Tumbleweed
Information for package python310-pytest-httpbin:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-pytest-httpbin
Version : 2.0.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 32.6 KiB
Installed : No
Status : not installed
Source package : python-pytest-httpbin-2.0.0-1.2.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.
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-pytest-httpbin
Version : 2.0.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 32.6 KiB
Installed : No
Status : not installed
Source package : python-pytest-httpbin-2.0.0-1.2.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.