mahmoudimus / nose-timer

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

Colorize test execution time output #3

Closed e0ne closed 11 years ago

e0ne commented 11 years ago

Colorize output according to test execution time. E.g. if test takes more then 1sec - yellow, >3 sec - red, <1 sec - green. Time limits for tests should be parameterized.

mahmoudimus commented 11 years ago

This is a sweet idea! Want to try to take a stab it?

e0ne commented 11 years ago

Yes, I'll create pull request for it

mahmoudimus commented 11 years ago

Fixed by #4! Thanks @e0ne