[Wtr-general] Anyone use Test::Unit::Reporter? Fwd: Help with File.join(File.dirname(__FILE__), '..') ?
Alexey Verkhovsky
alex at verk.info
Wed Feb 1 22:53:13 EST 2006
Chris McMahon wrote:
>Seriously, I thought I might have missed some sort of super-brainless
>CruiseControl integration. I'm definitely going to be studying on
>Reporter in the very near future.
>
Chris,
In terms of CruiseControl connection, it should be entirely brainless,
because I wrote it for CruiseControl connection, and used it that way.
The Reporter produces XML output conforming to the same schema as JUnit.
You treat it exactly the same way as you do JUnit output.
It's putting the test suite together that is a little more complicated
than it should be - you need to actually assemble a TestSuite object,
can't just write a list of require statements in a file.
I've also heard that there is a "require 'stringio'" missing, and README
has some wrong (in fact, obsolete) module names.
All going well, weather permitting, you should be able to figure it all
out in under an hour.
If you get it working, please at least write some "how-to". Apparently,
I'm going to need the same thing soon :)))
Best regards,
Alex
More information about the Wtr-general
mailing list