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

Last updated: November 16,2024

1. Install "python-zope.testrunner" package

In this section, we are going to explain the necessary steps to install python-zope.testrunner on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-zope.testrunner

2. Uninstall "python-zope.testrunner" package

Please follow the instructions below to uninstall python-zope.testrunner on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-zope.testrunner $ sudo apt autoclean && sudo apt autoremove

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

Package: python-zope.testrunner
Priority: optional
Section: universe/zope
Installed-Size: 1070
Maintainer: Ubuntu Developers
Original-Maintainer: Debian/Ubuntu Zope Team
Architecture: all
Source: zope.testrunner
Version: 4.4.9-1
Replaces: python-zope.testing (<< 3.10.0)
Provides: python2.7-zope.testrunner
Depends: python-zope, python (>= 2.7), python (<< 2.8), python-pkg-resources, python-six, python-zope.exceptions, python-zope.interface
Breaks: python-zope.testing (<< 3.10.0)
Filename: pool/universe/z/zope.testrunner/python-zope.testrunner_4.4.9-1_all.deb
Size: 122286
MD5sum: 0826e57eb966d804929a93766513e109
SHA1: d95f19ac16f9c9988634e342965441c24d6354ce
SHA256: 7afbcb3f3fd9f3c73351b14648b874b3214ba1ae5187a91b020e77e2722e228c
Description-en: Flexible test runner with layer support for Python
The testrunner module is used to run automated tests defined using the
unittest framework and previously available in zope.testing.
.
Its primary feature is that it finds tests by searching directory trees. It
doesn't require the manual concatenation of specific test suites. It is
highly customizable and should be usable with any project.
Description-md5: 968837567f1f1293af059d575ba7bbc0
Homepage: http://pypi.python.org/pypi/zope.testrunner
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu