[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] Test::Unit::Reporter 0.3.0

Alexey Verkhovsky

10/7/2004 8:43:00 AM

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



1 Answer

Alexey Verkhovsky

10/7/2004 8:46:00 AM

0

URLs

Project home page: http://test-report.ruby...
Download: http://rubyforge.org/frs/?gr...

Alex