Beefy Boxes and Bandwidth Generously Provided by pair Networks Cowboy Neal with Hat
The stupid question is the question not asked
 
PerlMonks  

Re: Code Generation from Test Suites

by nferraz (Monk)
on Sep 14, 2006 at 14:24 UTC ( [id://572968]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to Code Generation from Test Suites

How about a code generator which generates the code skeleton and the simplest tests?

You start with the project description:

{ class => 'Foo::Bar', methods => [ 'x', 'y', 'z' ], }

From this simple description you can generate:

  • the directory tree (lib/Foo, lib/Foo/Bar, t, etc);
  • a file called Bar.pm which the subs x, y and z;
  • a test which tries to use the module, and check if it can do x, y and z.

Now you don't even have to write the tests!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://572968]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.