mahmoudimus / nose-timer

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

Add support for "tests slower than X" #7

Closed kevinburke closed 9 years ago

kevinburke commented 11 years ago

Some kind of interface like --max-runtime=50 where 50 is the number of milliseconds for a test to run would be really nice, to avoid printing the timing results of every single test.

mahmoudimus commented 11 years ago

+1. Sounds good. I'll implement that.

kevinburke commented 11 years ago

I think "warning-timer" does this but I didn't know about it, as it was undocumented.

e0ne commented 11 years ago

@kevinburke --warning-timer param is already documented in master

mahmoudimus commented 11 years ago

Great. This issue is fixed, thanks @kevinburke @e0ne

e0ne commented 11 years ago

@mahmoudimus This issue isn't fuxed yet:(. We have --timer-top-n param, but issue is about time, not count

mahmoudimus commented 11 years ago

Ah, I see. Reopening

skudriashev commented 10 years ago

Guys, is this issue still valid? If so, what is the desired behavior?

skudriashev commented 10 years ago

Guys, shell we implement this? Or just close this issue?

skudriashev commented 9 years ago

I think to close this issue since nobody is interested in it any more. Any objections?