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

Last updated: May 19,2024

1. Install "python3-exam" package

Learn how to install python3-exam on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-exam

2. Uninstall "python3-exam" package

This is a short guide on how to uninstall python3-exam on Ubuntu 21.10 (Impish Indri):

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

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

Package: python3-exam
Architecture: all
Version: 0.10.5-3
Priority: optional
Section: universe/python
Source: exam
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 45
Depends: python3-mock, python3:any
Filename: pool/universe/e/exam/python3-exam_0.10.5-3_all.deb
Size: 14344
MD5sum: 78bde45677082ae2122cb496d8afd3be
SHA1: 79908c4728ed6ecc9e99869de1b0916f759c5866
SHA256: 39725ed5eff381f0a9fcbf688456928a1e0d8957f33779a54c508f7abfbc9309
SHA512: 82e31bf7adfec67a4609de0c3da6efad2a1b45550d858d2b29e4fd57ce1e0d94889fd7ca9f7179c902ef18291089c314d70301d1d4dca90b0783505c750ae3e1
Homepage: https://github.com/fluxx/exam
Description-en: 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