Hi, I have modified the existing console testrunner of the Ruby's unit
tests that it provides a colorful output. I have only tested it in
Linux, but it should work in any Unix environment, probably in windows
+ cygwin too.
Here is slightly longer description, screenshots, and the patchfile to
download:
There is a project of mine on RubyForge, that provides different
reporting options to Test::Unit. It even has a stub for colored text
formatter (consisting of "TODO: implement me" comments for the most part
:). Current version can output HTML and Ant-like XML.
Nathaniel Talbott expressed an intention to include this in Ruby distro,
and I indeed want a colored text formatter feature.
Hi, I have modified the existing console testrunner of the Ruby's unit
tests that it provides a colorful output. I have only tested it in
Linux, but it should work in any Unix environment, probably in windows
+ cygwin too.
On Friday, September 17, 2004, 7:27:44 AM, Alexey wrote:
On Fri, 2004-09-17 at 00:14, Martin Ankerl wrote:
Is there a chance that something like this can get into ruby's CVS?
There is a project of mine on RubyForge, that provides different
reporting options to Test::Unit. It even has a stub for colored text
formatter (consisting of "TODO: implement me" comments for the most part
:). Current version can output HTML and Ant-like XML.
Nathaniel Talbott expressed an intention to include this in Ruby distro,
and I indeed want a colored text formatter feature.