Andrew Pimlott <[EMAIL PROTECTED]> writes:

> On Wed, Jun 09, 2004 at 08:18:30AM -0700, Ovid wrote:
>> As for porting a Test::More style framework, I tried doing that with
>> Python and was actually doing well with it, but I was shot down pretty
>> quickly.
>
> Any specific reasons why (is the discussion archived)?  Is there any
> site that compares the styles?

The xUnit style framework does a much better job of enforcing test
isolation than Test::More does (but you have to remember that what
Test::More thinks of as a test, xUnit thinks of as an assertion to be
used *in* a test). 

Reply via email to