Test::TAP

2008-04-10 Thread Ovid
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

Re: Test::TAP::Model

2007-09-02 Thread Yuval Kogman
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

Re: Test::TAP::Model

2007-09-02 Thread Andy Armstrong
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

Test::TAP::Model

2007-08-30 Thread Yuval Kogman
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.

Announce: Test::TAP::HTMLMatrix 0.05 and Test::TAP::Model 0.06

2006-03-27 Thread Yuval Kogman
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

Re: Looking into integrating Test::TAP::HTMLMatrix with prove

2005-07-08 Thread Yuval Kogman
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

Looking into integrating Test::TAP::HTMLMatrix with prove

2005-07-08 Thread Mark Stosberg
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

Re: How to get started with Test::TAP::HTMLMatrix

2005-07-06 Thread Chris
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

Re: How to get started with Test::TAP::HTMLMatrix

2005-07-06 Thread Yuval Kogman
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

Re: How to get started with Test::TAP::HTMLMatrix

2005-07-05 Thread Chris Hutchinson
> 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! > >

Re: How to get started with Test::TAP::HTMLMatrix

2005-07-03 Thread Yuval Kogman
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

How to get started with Test::TAP::HTMLMatrix

2005-07-02 Thread Mark Stosberg
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/

Announcing Test::TAP::Model and Test::TAP::HTMLMatrix

2005-04-15 Thread Yuval Kogman
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