How to Install and Uninstall python3-minimock Package on Ubuntu 21.10 (Impish Indri)

Last updated: November 10,2024

1. Install "python3-minimock" package

This is a short guide on how to install python3-minimock on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-minimock

2. Uninstall "python3-minimock" package

This guide let you learn how to uninstall python3-minimock on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python3-minimock $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-minimock package on Ubuntu 21.10 (Impish Indri)

Package: python3-minimock
Architecture: all
Version: 1.2.8-2
Priority: optional
Section: universe/python
Source: python-minimock
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 55
Depends: python3:any
Filename: pool/universe/p/python-minimock/python3-minimock_1.2.8-2_all.deb
Size: 14648
MD5sum: 70ed6c9c4618eec918f9e5c8d88415fa
SHA1: b25d5e9703edd4764482bc8b047a3637de091794
SHA256: 43e89e875a9f41d8025d213b4eb364c1685d4606323c506160def69b18a4acaf
SHA512: 72672eade7183d552b6045da15132e40dd8848347c38c54c3cd21fc11e63da9f4f085bd2ab79cc530dc2e8b3d8f4ea816adda57bf0747a253d10c43173d1373a
Homepage: http://pypi.python.org/pypi/MiniMock
Description-en: simple library for Python mock objects
minimock is a simple Python library for using mock objects.
.
Its mock objects will report any access made to the mock object's
interfaces. The programmer can easily make assertions about how mock
objects are used in the test cases, by using the standard-library
‘doctest’ module to match the reported access against expected
behaviour.
.
Mock objects can return specified values, raise exceptions, etc.
to simulate the mocked behaviour. Existing objects can optionally
be replaced in-place in their namespace by a mock object, and
restored safely after testing.
Description-md5: e1dfcc240aed2a02751a1b12f4f5aad1