Test::TAP is now available at http://search.cpan.org/dist/Test-TAP/.
Currently the only tests exposed are those to validate whether or not a
TAP stream passed:
use Test::TAP;
is_passing_tap $tap1, 'TAP tests passed';
is_failing_tap $tap2, 'TAP tests failed';
T
On Sun, Sep 02, 2007 at 14:15:01 +0100, Andy Armstrong wrote:
> Assuming nobody has already volunteered I'll wave my hand. I'll take
> a look at it sometime in the next few days if that's OK.
Awesome =)
I'm nothingmuch on #perl-qa if you'd like to poke
--
Yuval Kogman <[EMAIL PROTECTED]>
h
On 31 Aug 2007, at 06:49, Yuval Kogman wrote:
Test::TAP::Model is using a subclass of Test::Harness::Straps and
some underscore methods to get it's job done. That's nasty.
The new smolder release reminded me to get off my ass and do
something about, but honestly I don't see
Hi,
Test::TAP::Model is using a subclass of Test::Harness::Straps and
some underscore methods to get it's job done. That's nasty.
The new smolder release reminded me to get off my ass and do
something about, but honestly I don't see myself getting around to
fixing that soon.
These new versions of the modules let you get test run comparison.
You can look at the example:
http://nothingmuch.woobling.org/Test-TAP-HTMLMatrix/example.pl
This example runs a test suite twice, injecting one of the runs with
dummy failures. Then the two models are
On Fri, Jul 08, 2005 at 15:15:55 +, Mark Stosberg wrote:
> Thanks to help from a number of people here, I now have a better
> understanding of how Test::TAP::HTMLMatrix is used.
>
> I would like to see it integrated with 'prove', and have looked into
> what this
Thanks to help from a number of people here, I now have a better
understanding of how Test::TAP::HTMLMatrix is used.
I would like to see it integrated with 'prove', and have looked into
what this would take. Here's what I think needs to happen:
- Have Test::Harness::Straps be d
uires File::Find::Rule as
> > well
> > as the Test::TAP modules. You can grab it from
> > http://www.hutchinsonsoftware.com/misc/run_tap
>
> In this script you probably want to set $v->has_inline_css(1), so
> that you can have the proper CSS stuff without mucking w
On Tue, Jul 05, 2005 at 23:57:10 +, Chris Hutchinson wrote:
> For what it's worth, I wrote a trivial wrapper for TAP::HTMLMatrix to run
> tests
> in a chosen directory and write the html. It requires File::Find::Rule as well
> as the Test::TAP modules. You can gr
> I'd like to use Test::TAP::HTMLMatrix to better visualize the state of
> large test runs.
>
> However, I can't tell from the docs how to run the test suite such that
> it gets involved in the process. Could someone provide an example?
>
> Thanks!
>
>
Docs are sucky due to lack of brainpower.
See http://svn.openfoundry.org/pugs/util/ for some related stuff,
namely yaml_harness and testgraph.pl, and
http://nothingmuch.woobling.org/Test-TAP-HTMLMatrix/example.pl
I'm working on some nice features for the next version, and they'r
Hello,
I'd like to use Test::TAP::HTMLMatrix to better visualize the state of
large test runs.
However, I can't tell from the docs how to run the test suite such that
it gets involved in the process. Could someone provide an example?
Thanks!
Mark
--
http://mark.stosberg.com/
s are:
http://nothingmuch.woobling.org/Test-TAP-Model
http://nothingmuch.woobling.org/Test-TAP-HTMLMatrix
Test::TAP::Model wraps around Test::Harness::Straps and gives a sort
of souped up DOM to the TAP data that was collected, and
Test::TAP::HTMLMatrix creates the HTML using this DOM and a
13 matches
Mail list logo