mahmoudimus / nose-timer

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

Allow to export the timings as JSON. #76

Closed Carreau closed 8 years ago

Carreau commented 8 years ago

Also include the status of tests in dumps cause a faster commit that fails, or a slower commit that used to be skipped can always happen.


Typically I want to build a stream graph of time taken by tests across a repository.

skudriashev commented 8 years ago

@Carreau, please, fix build. Thanks.

skudriashev commented 8 years ago

Also, please remove . from the commit message.

Carreau commented 8 years ago

All comments addressed, I think.

skudriashev commented 8 years ago

@mahmoudimus, please have a look if you are fine with this change. Thanks.

mahmoudimus commented 8 years ago

👍 merge it

skudriashev commented 8 years ago

@Carreau, thanks for the contribution!

Carreau commented 8 years ago

@Carreau, thanks for the contribution!

No problem, I was looking to write something similar, you simplified me the task.

Thanks !