How To Install python3-flexmock on Fedora 36

In this tutorial we learn how to install python3-flexmock in Fedora 36. python3-flexmock is Testing library that makes it easy to create mocks, stubs and fakes

Introduction

In this tutorial we learn how to install python3-flexmock on Fedora 36.

What is python3-flexmock

Flexmock is a testing library for Python that makes it easy to create 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.

We can use yum or dnf to install python3-flexmock on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-flexmock.

Install python3-flexmock on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-flexmock using dnf by running the following command:

sudo dnf -y install python3-flexmock

Install python3-flexmock on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-flexmock using yum by running the following command:

sudo yum -y install python3-flexmock

How To Uninstall python3-flexmock on Fedora 36

To uninstall only the python3-flexmock package we can use the following command:

sudo dnf remove python3-flexmock

python3-flexmock Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/flexmock
/usr/lib/python3.10/site-packages/flexmock-0.11.3.dist-info
/usr/lib/python3.10/site-packages/flexmock-0.11.3.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/flexmock-0.11.3.dist-info/LICENSE
/usr/lib/python3.10/site-packages/flexmock-0.11.3.dist-info/METADATA
/usr/lib/python3.10/site-packages/flexmock-0.11.3.dist-info/WHEEL
/usr/lib/python3.10/site-packages/flexmock/__init__.py
/usr/lib/python3.10/site-packages/flexmock/__pycache__
/usr/lib/python3.10/site-packages/flexmock/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flexmock/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/flexmock/__pycache__/_api.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flexmock/__pycache__/_api.cpython-310.pyc
/usr/lib/python3.10/site-packages/flexmock/__pycache__/_integrations.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flexmock/__pycache__/_integrations.cpython-310.pyc
/usr/lib/python3.10/site-packages/flexmock/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flexmock/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/flexmock/_api.py
/usr/lib/python3.10/site-packages/flexmock/_integrations.py
/usr/lib/python3.10/site-packages/flexmock/exceptions.py
/usr/lib/python3.10/site-packages/flexmock/py.typed
/usr/share/doc/python3-flexmock
/usr/share/doc/python3-flexmock/CHANGELOG.md
/usr/share/doc/python3-flexmock/README.md
/usr/share/doc/python3-flexmock/docs
/usr/share/doc/python3-flexmock/docs/advanced
/usr/share/doc/python3-flexmock/docs/advanced/builtin_functions.md
/usr/share/doc/python3-flexmock/docs/advanced/call_order.md
/usr/share/doc/python3-flexmock/docs/advanced/chained_methods.md
/usr/share/doc/python3-flexmock/docs/advanced/generators.md
/usr/share/doc/python3-flexmock/docs/advanced/multiple_return.md
/usr/share/doc/python3-flexmock/docs/advanced/new_instances.md
/usr/share/doc/python3-flexmock/docs/advanced/replacing_functions.md
/usr/share/doc/python3-flexmock/docs/advanced/state.md
/usr/share/doc/python3-flexmock/docs/api.md
/usr/share/doc/python3-flexmock/docs/assets
/usr/share/doc/python3-flexmock/docs/assets/extra.css
/usr/share/doc/python3-flexmock/docs/assets/icon_black.png
/usr/share/doc/python3-flexmock/docs/assets/icon_white.png
/usr/share/doc/python3-flexmock/docs/changelog.md
/usr/share/doc/python3-flexmock/docs/compare.md
/usr/share/doc/python3-flexmock/docs/conf.py
/usr/share/doc/python3-flexmock/docs/contributing.md
/usr/share/doc/python3-flexmock/docs/index.md
/usr/share/doc/python3-flexmock/docs/requirements.txt
/usr/share/doc/python3-flexmock/docs/start.md
/usr/share/doc/python3-flexmock/docs/toctree.rst
/usr/share/doc/python3-flexmock/docs/usage
/usr/share/doc/python3-flexmock/docs/usage/argument_matching.md
/usr/share/doc/python3-flexmock/docs/usage/call_count.md
/usr/share/doc/python3-flexmock/docs/usage/intro.md
/usr/share/doc/python3-flexmock/docs/usage/mocking.md
/usr/share/doc/python3-flexmock/docs/usage/spying.md
/usr/share/licenses/python3-flexmock
/usr/share/licenses/python3-flexmock/LICENSE

References

Summary

In this tutorial we learn how to install python3-flexmock on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).