CleanCut / green

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

Remove termstyle in favor of only using colorama #186

Closed CleanCut closed 5 years ago

CleanCut commented 6 years ago

We use the termstyle library because it is the first library I tried for color that worked -- but to get things really working on windows I had to bring in the colorama library.

The colorama library ought to be able to do everything we're using termstyle for, so lets try removing termstyle entirely in favor of only using colorama. One less dependency!

CleanCut commented 5 years ago

Included in 2.13.1 (just released).