How to Install and Uninstall python3-testscenarios Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: April 28,2024

1. Install "python3-testscenarios" package

This tutorial shows how to install python3-testscenarios on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-testscenarios

2. Uninstall "python3-testscenarios" package

Please follow the guidance below to uninstall python3-testscenarios on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-testscenarios package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-testscenarios
Priority: optional
Section: universe/python
Installed-Size: 96
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-testscenarios
Version: 0.4-4
Depends: python3-testtools, python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-testscenarios/python3-testscenarios_0.4-4_all.deb
Size: 13088
MD5sum: 5510191e1bf8696e7e335d8a1cc520cc
SHA1: 9e65a0ce60bf99594bf0703cc5cc9e774efdbf39
SHA256: 28985fe31ac709b639ed2020619aff650efa4f6f29c8c38c4a6f5e047528fb72
Description-en: 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: 4105641f56e6d7c62f687fa1e0c64ef6
Homepage: https://launchpad.net/testscenarios
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Task: ubuntu-sdk