Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Announce -- Test::Most

by fergal (Chaplain)
on Mar 11, 2008 at 09:51 UTC ( [id://673437]=note: print w/replies, xml ) Need Help??


in reply to Announce -- Test::Most

Is the count the number of .t file mentioning the package or is it a count of the number of distributions which use the package?

Also, I'm curious why Test::NoWarnings does not make it in. Because it doesn't have much to export?

Replies are listed 'Best First'.
Re^2: Announce -- Test::Most
by Ovid (Cardinal) on Mar 27, 2008 at 13:42 UTC

    That's the count of the number of .t files mentioning the package.

    And Test::NoWarnings didn't make it in because while it's a great module, it's far too problematic to turn on by default. For example, we have over 6,000 individual tests being run with Test::Aggregate and Test::NoWarnings had to be disabled. In fact, my current version of Test::Aggregate (not uploaded as of this writing) has code which disables Test::NoWarnings on demand because of how it plays havoc with aggregated tests (and also makes checking the 'plan' very difficult).

    Cheers,
    Ovid

    New address of my CGI Course.

      Yes, Test::NoWarnings and plans has always been annoying. I remember thinking when I wrote it that there should be some way for a test module to declare its own plan that would independent of the script's, but that all ties in to the blocks/nested plans feature that TB might some day have.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://673437]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (1)
As of 2024-04-19 00:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found