TAP for Perl 6
Ovid
publiustemp-tapx at yahoo.com
Mon Jan 19 11:33:38 GMT 2009
----- Original Message ----
> From: Ovid <publiustemp-tapx at yahoo.com>
> To: tap-dev <tapx-dev at hexten.net>
> use Test;
> plan *; # no_plan
> ok 0, 'Should be true';
>
> Currently that should output something like:
>
> not ok 1 - Should be true
> # Expected a true value
> # have: 0
And if it's not obvious, the output above is not the preferred output. We need something which is also machine readable.
Cheers,
Ovid
--
Buy the book - http://www.oreilly.com/catalog/perlhks/
Tech blog - http://use.perl.org/~Ovid/journal/
Twitter - http://twitter.com/OvidPerl
Official Perl 6 Wiki - http://www.perlfoundation.org/perl6
More information about the tapx-dev
mailing list