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

Last updated: May 07,2024

1. Install "python3-proboscis" package

Learn how to install python3-proboscis on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-proboscis

2. Uninstall "python3-proboscis" package

This tutorial shows how to uninstall python3-proboscis on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-proboscis
Priority: optional
Section: universe/python
Installed-Size: 119
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-proboscis
Version: 1.2.6.0-2
Depends: python3:any (>= 3.3.2-2~)
Pre-Depends: dpkg (>= 1.15.6~)
Filename: pool/universe/p/python-proboscis/python3-proboscis_1.2.6.0-2_all.deb
Size: 18358
MD5sum: dd4be59217006e5a272171319d475b0f
SHA1: 8a7612bec1e40028a4184434c6f5b8e25b15f479
SHA256: d098f6e960104d170190ab388d140e3d6bc9a87dbcd9032ae3a6e28155ee9de8
Description-en: extends Nose with certain TestNG like features - python 3.x
Proboscis is a Python test framework that extends Python's built-in unittest
module and Nose with features from TestNG.
.
TestNG is a testing framework inspired from JUnit and NUnit but introducing
some new functionalities that make it more powerful and easier to use.
.
Features:
* Uses decorators instead of naming conventions.
* Allows for TestNG style test methods, in which a class is initialized once,
as an alternative to using class fields.
* Allows for explicit test dependencies and skipping of dependent tests on
failures.
* Runs xUnit style clases if desired or needed for backwards compatibility.
* Uses Nose if available (but doesn't require it), and works with many of
its plugins.
* Runs in IronPython and Jython (although if you're targeting the JVM you
should consider using TestNG instead).
.
This package provides the Python 3.x module.
Description-md5: 98d3272fa0f4255342d7dbe7d9d51b7a
Homepage: https://github.com/rackerlabs/python-proboscis
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu