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

Last updated: May 22,2024

1. Install "python-nose-timer" package

This guide covers the steps necessary to install python-nose-timer on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-nose-timer

2. Uninstall "python-nose-timer" package

Learn how to uninstall python-nose-timer on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-nose-timer $ sudo apt autoclean && sudo apt autoremove

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

Package: python-nose-timer
Priority: optional
Section: universe/python
Installed-Size: 32
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 0.3.0-2
Depends: python-nose, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: python-nose-timer-doc
Filename: pool/universe/p/python-nose-timer/python-nose-timer_0.3.0-2_all.deb
Size: 6708
MD5sum: 5449ea345cf48764047e76d15d524653
SHA1: 4c5c22ba473467b4c4d4101acf6fd030c85b387f
SHA256: 9cc1a0c1979e1066d77fe1e443830d6b4d9910be8d844d756ddbd096076a5e27
Description-en: timer plugin for nosetests - Python 2.x
A timer plugin for nosetests that answers the question: how much time does
every test take? Run nosetests with the --with-timer flag, and you will see
a list of the tests and the time spent by each one (in seconds):
.
myapp.tests.ABigTestCase.test_the_world_is_running: 56.0010s
myapp.tests.ABigTestCase.test_the_rest_of_the_galaxy_is_running: 2356.0010s
.
It is also possible to list the 10 slowest tests this way:
.
nosetests --with-timer --timer-top-n 10
.
This package contains the Python 2.x module.
Description-md5: bed1d4a23b846ffd00f63924bd6deb3f
Homepage: https://github.com/mahmoudimus/nose-timer
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu