CleanCut / green

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

Add support for Windows CMD #18

Closed dougthor42 closed 10 years ago

dougthor42 commented 10 years ago

Add support for windows CMD by using colorama (https://pypi.python.org/pypi/colorama) in addition to termcolor.

dougthor42 commented 10 years ago

I'm still learning how to use Github, so I don't know how to push my change back to you. Instead, I'll just do it here.

add the following to output.py:

import colorama
colorama.init()

And then green will work in Windows :-) It might need some tweaking to make it look better though.

CleanCut commented 10 years ago

Fabulous! I'll put it on the plan. I need to get access to a Windows VM somewhere so I can test it...

CleanCut commented 10 years ago

Fixed in 1.0.2 (just released).