mahmoudimus / nose-timer

A timer plugin for nosetests (how much time does every test take?)
MIT License
126 stars 33 forks source link

BF/ENH: allow for a float as time specification as README.md suggests #95

Closed yarikoptic closed 4 years ago

yarikoptic commented 4 years ago

First I thought that it might be better to just fix the README.md which gives example

 nosetests --with-timer --timer-warning 5.0 --timer-fail error

but then decided that it would be better to fix the code to allow for such floating number specification

yarikoptic commented 4 years ago

Re contributor: if you like, I will . Cheers and thanks! ;-)

yarikoptic commented 4 years ago

re contributors -- added myself, thanks again. If you would like to prettify/standardize contributors tracking I would highly recommend https://github.com/all-contributors/ (battle field test, really nice) and/or https://github.com/con/tributors (to centralize/integrate with zenodo etc; fresh project so YMMV) on top of it.