On Wednesday, July 16, 2003, at 07:28 AM, Potozniak, Andrew wrote:
I'm getting into testing a lot more lately and I realize that
Test::More
doesn't do what I would like it to do and thus I'm creating my own test
class.
If your new module uses Test::Builder, you can use it and Test::More
together
I'm getting into testing a lot more lately and I realize that Test::More
doesn't do what I would like it to do and thus I'm creating my own test
class. I took the code from Test::More namely the _export_to_level(),
plan(), import(), and builder(). I know what builder is doing so I don't
need any