How to Install and Uninstall python-fudge-doc Package on Kali Linux

Last updated: May 13,2024

1. Install "python-fudge-doc" package

Please follow the instructions below to install python-fudge-doc on Kali Linux

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

2. Uninstall "python-fudge-doc" package

This is a short guide on how to uninstall python-fudge-doc on Kali Linux:

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

3. Information about the python-fudge-doc package on Kali Linux

Package: python-fudge-doc
Source: python-fudge
Version: 1.1.1-2
Installed-Size: 349
Maintainer: Debian Python Team
Architecture: all
Depends: libjs-sphinxdoc (>= 4.3)
Size: 41920
SHA256: 2c7e200b0cc83ca3896e5b04e48b9f9f4440238dfa41a60278ef0681c054abd5
SHA1: 07b72d0991cc4a16aaa0304896f03307f57fa075
MD5sum: d8583df814dc2b68745be370d8f352c7
Description: 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:
Multi-Arch: foreign
Homepage: https://fudge.readthedocs.org
Section: doc
Priority: optional
Filename: pool/main/p/python-fudge/python-fudge-doc_1.1.1-2_all.deb