On Wed, Sep 19, 2001 at 12:38:45AM +0200, Mattia Barbon wrote:
> Currently P::T provides three functions:
> output_is/isnt/like, which are wrappers to
> Test::More::is/isnt/like.
> 
> The failure output is:
> t/op/integer....ok 24/26#     Failed test (Parrot/Test.pm at line 73)
> 
> it would be nice:
> t/op/integer....ok 24/26#     Failed test (t/op/integer.t line xyz)
> 
> To do this P::T needs to be special cased in T::S::ok as
> T::M is ( or just provide a T::S::special_case( ) function that
> adds a special case, what you think is best.

Ok, I see why you can't use goto.  I'll wedge in a temporary special
case for Parrot::Test into 0.19.

It's on my TODO list to decouple the guts of Test::Simple from the
external functions, so it's easier to write Test modules based on it,
but it's about two or three levels down on the list.


-- 

Michael G. Schwern   <[EMAIL PROTECTED]>    http://www.pobox.com/~schwern/
Perl6 Quality Assurance     <[EMAIL PROTECTED]>       Kwalitee Is Job One
Monkey tennis

Reply via email to