linkrope / dunit

xUnit Testing Framework for D
Boost Software License 1.0
37 stars 9 forks source link

Add support for colored output on windows #3

Closed ncoe closed 11 years ago

ncoe commented 11 years ago

I had noticed that I could get colored output on windows from other programs. I had noticed that the functions red, green and yellow had empty bodies on windows, and this is the result of investigating how to have the same behavior on both kinds of platforms.

linkrope commented 11 years ago

Thanks for looking up the implementation for Windows. Nice idea to also color the "verbose" test result.