How to Install and Uninstall python-dingus Package on openSUSE Leap

Last updated: May 22,2024

1. Install "python-dingus" package

This tutorial shows how to install python-dingus on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python-dingus

2. Uninstall "python-dingus" package

Here is a brief guide to show you how to uninstall python-dingus on openSUSE Leap:

$ sudo zypper remove python-dingus

3. Information about the python-dingus package on openSUSE Leap

Information for package python-dingus:
--------------------------------------
Repository : Main Repository
Name : python-dingus
Version : 0.3.4-bp153.1.13
Arch : noarch
Vendor : openSUSE
Installed Size : 38,6 KiB
Installed : No
Status : not installed
Source package : python-dingus-0.3.4-bp153.1.13.src
Summary : A record-then-assert mocking library
Description :
A dingus is sort of like a mock object. The main difference is that you don't
set up expectations ahead of time. You just run your code, using a dingus in
place of another object or class, and it will record what happens to it. Then,
once your code has been exercised, you can make assertions about what it did
to the dingus.