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

Last updated: May 20,2024

1. Install "python-dtest" package

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

$ sudo apt update $ sudo apt install python-dtest

2. Uninstall "python-dtest" package

In this section, we are going to explain the necessary steps to uninstall python-dtest on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-dtest
Priority: optional
Section: universe/python
Installed-Size: 242
Maintainer: Ubuntu Developers
Architecture: all
Source: dtest
Version: 0.5.0-0ubuntu1
Depends: python-eventlet, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/d/dtest/python-dtest_0.5.0-0ubuntu1_all.deb
Size: 44370
MD5sum: 2903cd2cc60e9572df1cb8bffff968f8
SHA1: dd62a5a67ade5624bab8a5bcb9911c8d93a349f8
SHA256: b276f5e6f75c576a6c4e2a857e49a0d1d3d73fedcf21d84edf0352f397630718
Description-en: Dependency-based Threaded Test Framework for Python
The DTest framework is a testing framework, similar to the standard
unittest package provided by Python. The value-add for DTest,
however, is that test execution is threaded, through use of the
eventlet package. The DTest package also provides the concept of
"dependencies" between tests and test fixtures -- thus the "D" in
"DTest" -- which ensure that tests don't run until the matching set up
test fixtures have completed, and that the tear down test fixtures
don't run until all the associated tests have completed. Dependencies
may also be used to ensure that tests requiring the availability of
certain functionality don't run if the tests of that specific
functionality fail.
Description-md5: 6b660518694cc5a43fc15e29f58e29c5
Homepage: https://github.com/klmitch/dtest
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

5. The same packages on other Linux Distributions