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

Last updated: July 04,2024

1. Install "python-testscenarios" package

Please follow the guidance below to install python-testscenarios on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-testscenarios

2. Uninstall "python-testscenarios" package

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

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

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

Package: python-testscenarios
Priority: optional
Section: universe/python
Installed-Size: 95
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 0.4-4
Provides: python2.7-testscenarios
Depends: python-testtools, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-testscenarios/python-testscenarios_0.4-4_all.deb
Size: 13006
MD5sum: 63a60adc982334e4f1beee5849a227dd
SHA1: 6a7f5cc011d8f5a1f717ca773f65ea79fe661503
SHA256: 59da2525d5777720722424050d23d1c0d91bd60af0ec753c1e2f7376732ada75
Description-en: Dependency injection for Python unittest tests - Python 2.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 2.x module.
Description-md5: 33776051dd99c8e4c41beef12919b6bf
Homepage: https://launchpad.net/testscenarios
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu