Binary package “python3-nose-timer” in ubuntu bionic
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.
myapp.
.
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.