Re: Test::More import/export/plan sub routines

2003-07-16 Thread chromatic
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

Test::More import/export/plan sub routines

2003-07-16 Thread Potozniak, Andrew
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