How to Install and Uninstall python3-hamcrest Package on Kali Linux

Last updated: September 20,2024

1. Install "python3-hamcrest" package

Learn how to install python3-hamcrest on Kali Linux

$ sudo apt update $ sudo apt install python3-hamcrest

2. Uninstall "python3-hamcrest" package

Here is a brief guide to show you how to uninstall python3-hamcrest on Kali Linux:

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

3. Information about the python3-hamcrest package on Kali Linux

Package: python3-hamcrest
Source: pyhamcrest
Version: 2.1.0-1
Installed-Size: 178
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 31284
SHA256: 5cf2c8a04136d73c39c7efae3152866d14903fded134694c08a682e6ffd9616d
SHA1: 9f5e10a0a9aae39beda719bcae3cfaee34a0ea2a
MD5sum: b8fdb9751c1360a461549866ce0b82a0
Description: Hamcrest framework for matcher objects (Python 3)
PyHamcrest is a framework for writing matcher objects, allowing you to
declaratively define "match" rules. There are a number of situations where
matchers are invaluable, such as UI validation, or data filtering, but it is in
the area of writing flexible tests that matchers are most commonly used. This
tutorial shows you how to use PyHamcrest for unit testing.
.
When writing tests it is sometimes difficult to get the balance right between
overspecifying the test (and making it brittle to changes), and not specifying
enough (making the test less valuable since it continues to pass even when the
thing being tested is broken). Having a tool that allows you to pick out
precisely the aspect under test and describe the values it should have, to a
controlled level of precision, helps greatly in writing tests that are
"just right." Such tests fail when the behavior of the aspect under test
deviates from the expected behavior, yet continue to pass when minor,
unrelated changes to the behaviour are made.
.
This package provides the Python 3.x modules.
Description-md5:
Homepage: https://hamcrest.org/
Section: python
Priority: optional
Filename: pool/main/p/pyhamcrest/python3-hamcrest_2.1.0-1_all.deb