mahmoudimus / nose-timer

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

--timer-json-file option is not available #82

Closed peggybear closed 7 years ago

peggybear commented 7 years ago

Hi! I have the latest version 0.6.0

I'm trying to export my results using the --timer-json-file option but then it give me an error

Usage: nosetests [options]

nosetests: error: no such option: --timer-json-file

The other options --with-timer and --timer-[ok|warning] works properly for me. Could someone take a look at this?

mahmoudimus commented 7 years ago

@peggybear looks like we didn't release the most recent version to pypi. We need to cut a new release. I'll get around to it soon, meanwhile, can you pull from github if that is acceptable? thanks for reporting!

skudriashev commented 7 years ago

@mahmoudimus, shall I bump a new version? 0.6.1?

mahmoudimus commented 7 years ago

@skudriashev that would be best :) we added a new option, so let's bump to 0.7 :)

peggybear commented 7 years ago

@mahmoudimus yes no rush, I can just pull from github! thanks!

skudriashev commented 7 years ago

Version updated.