How to Install and Uninstall python36-requests-mock Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "python36-requests-mock" package

Please follow the guidelines below to install python36-requests-mock on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-requests-mock

2. Uninstall "python36-requests-mock" package

This guide let you learn how to uninstall python36-requests-mock on openSuSE Tumbleweed:

$ sudo zypper remove python36-requests-mock

3. Information about the python36-requests-mock package on openSuSE Tumbleweed

Information for package python36-requests-mock:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-requests-mock
Version : 1.9.3-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 147,4 KiB
Installed : No
Status : not installed
Source package : python-requests-mock-1.9.3-1.2.src
Summary : Module to mock out responses from the requests package
Description :
requests-mock provides a building block to stub out the HTTP requests portions of your testing code.
You should checkout the docs for more information.