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

Last updated: May 19,2024

1. Install "python3-exam" package

Please follow the steps below to install python3-exam on Kali Linux

$ sudo apt update $ sudo apt install python3-exam

2. Uninstall "python3-exam" package

This guide let you learn how to uninstall python3-exam on Kali Linux:

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

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

Package: python3-exam
Source: exam
Version: 0.10.5-5
Installed-Size: 45
Maintainer: Debian Python Team
Architecture: all
Depends: python3-mock, python3:any
Size: 14572
SHA256: bd1737dcbd26521744f2cd48250708065b3d960025e7e77282f2709a305e26e9
SHA1: 9a5d2f12e8745f28c11e73822bf8bdab03472010
MD5sum: ed6f9f3aabab82e9272eff8a0836888b
Description: Python module to help write better tests
Exam is a Python toolkit for writing better tests. It aims to remove
a lot of the boiler plate testing code one often writes, while still
following Python conventions and adhering to the unit testing
interface.
.
Aside from the obvious "does the code work?", writings tests has many
additional goals and benefits:
.
- If written semantically, reading tests can help demonstrate how the
code is supposed to work to other developers.
.
- If quick running, tests provide feedback during development that
your changes are working or not having an adverse side effects.
.
- If they're easy to write correctly, developers will write more tests
and they will be of a higher quality.
.
Unfortunately, the common pattern for writing Python unit tests tends
to not offer any of these advantages. Often times results in
inefficient and unnecessarily obtuse testing code. Additionally,
common uses of the mock library can often result in repetitive
boiler-plate code or inefficiency during test runs.
.
exam aims to improve the state of Python test writing by providing a
toolkit of useful functionality to make writing quick, correct and
useful tests and as painless as possible.
.
This package installs the library for Python 3.
Description-md5: 28168891799234b57aad301daa178b3b
Homepage: https://github.com/fluxx/exam
Section: python
Priority: optional
Filename: pool/main/e/exam/python3-exam_0.10.5-5_all.deb