How to Install and Uninstall python36-pytest-httpbin Package on openSuSE Tumbleweed

Last updated: May 10,2024

1. Install "python36-pytest-httpbin" package

This tutorial shows how to install python36-pytest-httpbin on openSuSE Tumbleweed

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

2. Uninstall "python36-pytest-httpbin" package

This is a short guide on how to uninstall python36-pytest-httpbin on openSuSE Tumbleweed:

$ sudo zypper remove python36-pytest-httpbin

3. Information about the python36-pytest-httpbin package on openSuSE Tumbleweed

Information for package python36-pytest-httpbin:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-pytest-httpbin
Version : 1.0.0-1.18
Arch : noarch
Vendor : openSUSE
Installed Size : 45,9 KiB
Installed : No
Status : not installed
Source package : python-pytest-httpbin-1.0.0-1.18.src
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.