Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Organising Large Test Suites

by Zaxo (Archbishop)
on Jun 06, 2004 at 23:31 UTC ( [id://361828]=note: print w/replies, xml ) Need Help??


in reply to Organising Large Test Suites

Test::More's ways of saying ok(), is(), isnt(), cmp_ok(), like(), unlike(), and is_deeply() include the test name as a last argument. See also the diag() function. Test::Simple's ok() does the same. Just put the RT ticket number there with a description.

You'll get the test name in the test output, along with some diagnostics in # comments for all but ok().

After Compline,
Zaxo

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (6)
As of 2024-04-19 13:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found