How to Install and Uninstall python312-WebTest Package on openSuSE Tumbleweed

Last updated: July 03,2024

1. Install "python312-WebTest" package

Learn how to install python312-WebTest on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-WebTest

2. Uninstall "python312-WebTest" package

Please follow the steps below to uninstall python312-WebTest on openSuSE Tumbleweed:

$ sudo zypper remove python312-WebTest

3. Information about the python312-WebTest package on openSuSE Tumbleweed

Information for package python312-WebTest:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-WebTest
Version : 3.0.0-7.1
Arch : noarch
Vendor : openSUSE
Installed Size : 320.9 KiB
Installed : No
Status : not installed
Source package : python-WebTest-3.0.0-7.1.src
Upstream URL : https://docs.pylonsproject.org/projects/webtest/
Summary : Helper to test WSGI applications
Description :
This wraps any WSGI application and makes it easy to send test
requests to that application, without starting up an HTTP server.
This provides convenient full-stack testing of applications written
with any WSGI-compatible framework.