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

Last updated: September 19,2024

1. Install "python3-testscenarios" package

In this section, we are going to explain the necessary steps to install python3-testscenarios on Kali Linux

$ sudo apt update $ sudo apt install python3-testscenarios

2. Uninstall "python3-testscenarios" package

Learn how to uninstall python3-testscenarios on Kali Linux:

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

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

Package: python3-testscenarios
Source: python-testscenarios
Version: 0.5.0-4
Installed-Size: 66
Maintainer: Debian OpenStack
Architecture: all
Depends: python3-testtools, python3-pbr, python3:any
Size: 12788
SHA256: 52f17021579cfe37a43d36dd4ceab6d04695f545e610c6b7e5dc768d99a79eb6
SHA1: f6e01626b93c1d6f4a644d6d68e2e55d0c78e495
MD5sum: 26d653bbce08f682b78f3deabf7c073f
Description: Dependency injection for Python unittest tests - Python 3.x
testscenarios provides clean dependency injection for Python unittest style
tests. This can be used for interface testing (testing many implementations
via a single test suite) or for classic dependency injection (provide tests
with dependencies externally to the test code itself, allowing easy testing
in different situations).
.
This package contains the Python 3.x module.
Description-md5:
Homepage: https://launchpad.net/testscenarios
Tag: implemented-in::python
Section: python
Priority: optional
Filename: pool/main/p/python-testscenarios/python3-testscenarios_0.5.0-4_all.deb