CleanCut / green

Green is a clean, colorful, fast python test runner.
MIT License
795 stars 76 forks source link

Typo in line 14 of cmdline.py #2

Closed rgraham717 closed 10 years ago

rgraham717 commented 10 years ago

"covarage_version" should be "coverage_version". If coverage isn't installed, this will cause the command to error out with a NameError:

NameError: global name 'coverage_version' is not defined

CleanCut commented 10 years ago

Good catch. Couldn't think of a good way to unit-test it, ironically, but it should be fixed now. I just released version 0.9.8.9 as the fix. Reopen this issue if it still crashes there.