A timer plugin for nose2 that answers the question: how much time does every test take?
Ported from nose-timer. Functionality should be mostly but not yet entirely the same
The original documentation can be found in README_nose-timer.rst and may provide usage hints where missing from this document. That document also includes the list of original Contributors
To install the latest development version from Git:
pip install git+git://github.com/mahmoudimus/nose-timer.git
Or to install the latest from source:
git clone https://github.com/mahmoudimus/nose-timer.git cd nose-timer pip install .
You can also make a developer install if you plan on modifying the source frequently:
pip install -e .
Coming soon...
nose2-timer
is MIT Licensed library.
Coming soon...
See CONTRIBUTORS