mahmoudimus / nose-timer

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

When using '--timer-top-n' output the '--timer-json-file' result in order #78

Closed HaraldNordgren closed 7 years ago

HaraldNordgren commented 7 years ago

'--timer-top-n' gives the slowest tests in order. When used together with '--timer-json-file' I want the json file to have the same ordering.

HaraldNordgren commented 7 years ago

I updated the code to use ordereddict for Python 2.6.

HaraldNordgren commented 7 years ago

@skudriashev Merge this? :)

mahmoudimus commented 7 years ago

@skudriashev 👍