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

Last updated: May 20,2024

1. Install "python3-flexmock" package

Please follow the guidelines below to install python3-flexmock on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-flexmock

2. Uninstall "python3-flexmock" package

Learn how to uninstall python3-flexmock on openSUSE Leap:

$ sudo zypper remove python3-flexmock

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

Information for package python3-flexmock:
-----------------------------------------
Repository : Main Repository
Name : python3-flexmock
Version : 0.10.4-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 151.5 KiB
Installed : No
Status : not installed
Source package : python-flexmock-0.10.4-bp155.2.12.src
Upstream URL : https://github.com/bkabrda/flexmock
Summary : Testing library for creating mocks, stubs and fakes
Description :
Flexmock is a testing library for Python for creating mocks,
stubs and fakes. The API is inspired by a Ruby library of the same name, but
Python flexmock is not a clone of the Ruby version. It omits a number of
redundancies in the Ruby flexmock API, alters some defaults, and introduces
a number of Python-only features.