How to Install and Uninstall python-fudge-doc Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 08,2024

1. Install "python-fudge-doc" package

Please follow the instructions below to install python-fudge-doc on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python-fudge-doc

2. Uninstall "python-fudge-doc" package

In this section, we are going to explain the necessary steps to uninstall python-fudge-doc on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python-fudge-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-fudge-doc package on Ubuntu 21.10 (Impish Indri)

Package: python-fudge-doc
Architecture: all
Version: 1.1.0-2
Priority: optional
Section: universe/doc
Source: python-fudge
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 205
Depends: libjs-sphinxdoc (>= 1.0)
Filename: pool/universe/p/python-fudge/python-fudge-doc_1.1.0-2_all.deb
Size: 31912
MD5sum: 072be819cdab7c486dddfce728db0dcf
SHA1: 696ea7c2ec08ee6eae1724a279c693e7e17d8f67
SHA256: 09e1a767e64472bfd15eeeaf9ec43a67b253ce5b9628b026cb7e96c59bd8129a
SHA512: c937887097ecd10668da65cbac381243656582f77ab70356a61a8f74167085700cfcbc729bce9fa505089eeacaacb222361bb40bb853644a2400336bda3fc5e0
Homepage: http://farmdev.com/projects/fudge/
Description-en: Python module for using fake objects for tests, documentation package
Fudge is a Python module for using fake objects (mocks and stubs) to
test real ones.
.
In readable Python code, you declare what methods are available on
your fake and how they should be called. Then you inject that into
your application and start testing. This declarative approach means
you don’t have to record and playback actions and you don’t have to
inspect your fakes after running code. If the fake object was used
incorrectly then you’ll see an informative exception message with a
traceback that points to the culprit.
.
Fudge was inspired by Mocha which is a simpler version of jMock. But
unlike Mocha, Fudge does not automatically hijack real objects; you
explicitly patch them in your test. And unlike jMock, Fudge is only
as strict about expectations as you want it to be. If the type of
arguments sent to the fake method aren’t important then you don’t
have to declare an expectation for them.
.
This is the documentation of python-fudge.
Description-md5: 1080b9f780e7fc6353821715d25b830a