Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 948 Bytes

README.rst

File metadata and controls

50 lines (29 loc) · 948 Bytes

nose2-timer

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

Install

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 .

Usage

Coming soon...

License

nose2-timer is MIT Licensed library.

Contribute

Coming soon...

Contributors

See CONTRIBUTORS