[Wtr-general] Anyone use Test::Unit::Reporter? Fwd: Help with File.join(File.dirname(__FILE__), '..') ?
Yury Krasavin
buggins at byte-force.com
Wed Feb 1 04:55:16 EST 2006
> 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.
>
> 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
Hi, Alexey.
I was previously asked here to give a sample of usage of the Reporter. So I
did it in my blog:
http://blogs.byte-force.com/buggins/archive/2005/11/29/704.aspx
Reporter, as it is now, seems to suppose replacement of the autorunner. I
didn't like the idea. I would prefer to call runner implicitly, because
running test for xml is not really a common case.
Although I haven't assembled a TestSuite in my sample runner. Cases
executed in random order are enough for me. So I left it simplest yet.
Best regards,
Yury
More information about the Wtr-general
mailing list