How to Install and Uninstall python3-WebTest Package on openSUSE Leap

Last updated: July 01,2024

1. Install "python3-WebTest" package

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

$ sudo zypper refresh $ sudo zypper install python3-WebTest

2. Uninstall "python3-WebTest" package

This is a short guide on how to uninstall python3-WebTest on openSUSE Leap:

$ sudo zypper remove python3-WebTest

3. Information about the python3-WebTest package on openSUSE Leap

Information for package python3-WebTest:
----------------------------------------
Repository : Main Repository
Name : python3-WebTest
Version : 2.0.28-1.25
Arch : noarch
Vendor : SUSE LLC
Installed Size : 297.3 KiB
Installed : No
Status : not installed
Source package : python-WebTest-2.0.28-1.25.src
Upstream URL : http://webtest.pythonpaste.org/
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.