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

Last updated: May 06,2024

1. Install "python3-doublex" package

Here is a brief guide to show you how to install python3-doublex on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-doublex

2. Uninstall "python3-doublex" package

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

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

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

Package: python3-doublex
Priority: optional
Section: universe/python
Installed-Size: 232
Maintainer: Ubuntu Developers
Original-Maintainer: David Villa Alises
Architecture: all
Source: doublex
Version: 1.8.2-1build1
Depends: python3-hamcrest, python3:any (>= 3.3.2-2~)
Filename: pool/universe/d/doublex/python3-doublex_1.8.2-1build1_all.deb
Size: 28584
MD5sum: 494be34e748d3e32d4e71fa66b66d6f8
SHA1: 536da0c9fe0b16535f236f7d5e1c8748b2330351
SHA256: ecfbfcde813c9465d2e3ca3b3779c4c25707fbda819d76441d0b31347f694424
Description-en: test doubles framework for Python 3
doublex is a test doubles framework for the Python unittest module. It may be
used as a effective tool to perform Test Driven Development.
.
It provides stubs, spies, proxy-spies, mocks, individual methods, properties,
etc. Methods support observer attachment or delegate return value generation
to iterables, generators or even third party functions. A special double
factory (called Mimic) allows one to create doubles inheriting original class
superclasses. This provides replacements for the original instances even for
code performing explicit type checking.
Description-md5: dc873f3a21820bf66e10019fd9337743
Homepage: https://bitbucket.org/DavidVilla/python-doublex
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu