From: Alexey Verkhovsky Date: 2004-10-07T17:43:29+09:00 Subject: [ANN] Test::Unit::Reporter 0.3.0 This release adds to handy features: 1. Test reports now capture test output (anything written to Kernel#puts and friends) 2. There is an altered version of test/unit/autorunner.rb (file from test/unit library that provides "ruby mytests.rb" behavior), that allows the following: ruby mytest.rb -r html -o build/reports/html This obviously executes mytest.rb and writes HTML report to build/reports/html directory. If anybody uses this package (or tried to use and turned it down), please drop me a line off-list about your experience and missing features. I started eating this particular brand of dog food myself just recently, and realized at once that it doesn't look good without the hacked autorunner. Best regards, Alexey Vekhovsky