mahmoudimus / nose-timer

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

Running the test suite with the plugin messes up test case sorting #74

Closed DavidCsordas closed 8 years ago

DavidCsordas commented 8 years ago

Running the tests with verbose=3 processes and outputs test cases in alphabetical order. Except when running it with the timer plugin, which messes up this order. It is but a minor annoyance, but an annoyance all the same.

skudriashev commented 8 years ago

@DavidCsordas, I wasn't able to reproduce the issue. Could you please specify command you run and the output. Thanks.

DavidCsordas commented 8 years ago

--with-timer

Output is non-alphabetical, and there's nothing else specific about it (it is also a commercially owned test suite with hundreds of tests, I'd prefer not to share the output).

skudriashev commented 8 years ago

@DavidCsordas, when I run it locally - tests are sorted alphabetically and timer plugin output is sorted by time.

DavidCsordas commented 8 years ago

@skudriashev Ok, I see, thank you. Can be closed as non-issue.