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

Last updated: July 02,2024

1. Install "python3-expecttest" package

Learn how to install python3-expecttest on Kali Linux

$ sudo apt update $ sudo apt install python3-expecttest

2. Uninstall "python3-expecttest" package

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

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

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

Package: python3-expecttest
Source: python-expecttest
Version: 0.1.5-1
Installed-Size: 32
Maintainer: Debian Deep Learning Team
Architecture: all
Depends: python3:any, python3-hypothesis
Size: 7492
SHA256: 77dde4205f0d6079fe38953e2e27179c364559297baf4a59a4bff9e42e236376
SHA1: 46f472d9e2fde5d168ac84cf6b235fdf2915cdf6
MD5sum: 3777f425dae842391c46a1103cf941c6
Description: Expect tests in Python (also known as "golden" tests)
This library implements expect tests (also known as "golden" tests). Expect
tests are a method of writing tests where instead of hard-coding the expected
output of a test, you run the test to get the output, and the test framework
automatically populates the expected output. If the output of the test
changes, you can rerun the test with the environment variable
EXPECTTEST_ACCEPT=1 to automatically update the expected output.
.
Somewhat unusually, this library implements inline expect tests: that is to
say, the expected output isn't saved to an external file, it is saved directly
in the Python file (and we modify your Python file when updating the expect
test.)
Description-md5:
Homepage: https://github.com/ezyang/expecttest
Section: python
Priority: optional
Filename: pool/main/p/python-expecttest/python3-expecttest_0.1.5-1_all.deb

5. The same packages on other Linux Distributions