Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: What is the largest number of tests you have created for a single project you have worked on?

by tcurtis (Acolyte)
on Jun 30, 2010 at 04:59 UTC ( [id://847241]=note: print w/replies, xml ) Need Help??


in reply to What is the largest number of tests you have created for a single project you have worked on?

$ prove t/library/past*.t
t/library/pastpattern.t ............. ok         
t/library/pasttransformer.t ......... ok   
t/library/pasttransformerdynamic.t .. ok   
t/library/pastwalker.t .............. ok   
t/library/pastwalkerdynamic.t ....... ok   
All tests successful.
Files=5, Tests=2161, 18 wallclock secs ( 0.38 usr  0.05 sys + 16.40 cusr  0.66 csys = 17.49 CPU)
Result: PASS

2,161 as of right now. That number is probably about to go up significantly as I've recently re-factored the code in question a lot, and I haven't written new tests for some of the new functionality.

It's Not Quite a Perl project, although it is a Not Quite Perl 6 project. It's a optimization and analysis framework, originally for Parrot Abstract Syntax Trees(which Parrot's Compiler Tools framework uses), but now rather easy to extend to any tree-like data structure.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (6)
As of 2024-03-28 19:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found