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

Last updated: May 09,2024

1. Install "python3-nose-timer" package

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

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

2. Uninstall "python3-nose-timer" package

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

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

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

Package: python3-nose-timer
Priority: optional
Section: universe/python
Installed-Size: 32
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-nose-timer
Version: 0.3.0-2
Depends: python3-nose, python3:any (>= 3.3.2-2~)
Suggests: python-nose-timer-doc
Filename: pool/universe/p/python-nose-timer/python3-nose-timer_0.3.0-2_all.deb
Size: 6770
MD5sum: 2e59d08e8389b1a627b165879ba9c79b
SHA1: 027fe98fbd3ad20cd387e9c991d2cad3969b91fb
SHA256: 604fe6c5185299b9e0e08ff839ce73e71b3d5b401797e4ed4e23b2c242d15b98
Description-en: timer plugin for nosetests - Python 3.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 3.x module.
Description-md5: e663af3ec4a6a86329a3a21193f7b748
Homepage: https://github.com/mahmoudimus/nose-timer
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu