You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

nose2-timer

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nose2-timer

A timer plugin for nose2

0.1.0
pipPyPI
Maintainers
1

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

nose-timer is MIT Licensed library.

Contribute

Coming soon...

Contributors

See CONTRIBUTORS

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts