Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Test::Class modules, skip install

by UnderMine (Friar)
on Jun 05, 2006 at 22:20 UTC ( [id://553715]=note: print w/replies, xml ) Need Help??


in reply to Test::Class modules, skip install

If you have a test suite you should use it or at least a sub set of it with you package.

Regression testing allows you to discover problems at the earliest possible stage. You module may depend on another that has an interface change in a later version. Without including the tests you are relying on the interfaces you use to be backward compatible. Fixing this is a nightmare without a set of tests that show up interface issues.

Just my thoughts
UnderMine

Replies are listed 'Best First'.
Re^2: Test::Class modules, skip install
by Herkum (Parson) on Jun 06, 2006 at 00:06 UTC

    It is one thing to have a test suite as part of a package, is another to just be installing tests as regular modules. The point is that in this instance I really don't see a need to install my tests with my package.

Log In?
Username:
Password:

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

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

    No recent polls found