python-nose-timer 0.3.0-2 source package in Ubuntu

Changelog

python-nose-timer (0.3.0-2) unstable; urgency=medium

  [ Ivan Udovichenko ]
  * Remove Pre-Depends field from debian/control .
  * Add python-nose and python3-nose as a dependency.

  [ Thomas Goirand ]
  * Added missing dh-python build-depends.
  * Removed version for python-all build-depends.
  * Fixed gbp.conf.
  * Ran wrap-and-sort -t -a.
  * Watch file now using the PyPi redirector instead of PyPi broken dir.

 -- Thomas Goirand <email address hidden>  Tue, 22 Sep 2015 07:59:11 +0000

Upload details

Uploaded by:
PKG OpenStack
Uploaded to:
Sid
Original maintainer:
PKG OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-nose-timer_0.3.0-2.dsc 2.2 KiB 019e57824a712444f45a33badefb9ba268bc980ff9e8931d4cd4580bb6f28d82
python-nose-timer_0.3.0.orig.tar.xz 5.4 KiB 79764e41648b3010d5408da5ed0882c3da94c25fa10c3651d8dc35ae1035ae35
python-nose-timer_0.3.0-2.debian.tar.xz 3.2 KiB 6d576227a3fc47014a4f07eba6e50a76902737bd7de0d0a11213170df27455c1

Available diffs

No changes file available.

Binary packages built by this source

python-nose-timer: No summary available for python-nose-timer in ubuntu focal.

No description available for python-nose-timer in ubuntu focal.

python3-nose-timer: 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.