tmaly has asked for the wisdom of the Perl Monks concerning the following question:
Monks,
I am looking for advice or your tricks on how to better automate test driven development?
Right now, I have some simple perl scripts I call from vim short cuts to create the bare bones test for a OO module.
UPDATE:
Thank you for all your responses. I came across this module Test::StubGenerator that I think might do what I was looking for, but I can alway subclass it to make changes
Best Regards
Ty
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Automating TDD
by GrandFather (Saint) on Dec 03, 2010 at 05:51 UTC | |
|
Re: Automating TDD
by perl_lover (Chaplain) on Dec 03, 2010 at 07:58 UTC | |
|
Re: Automating TDD
by pemungkah (Priest) on Dec 04, 2010 at 00:28 UTC | |
|
Re: Automating TDD
by BrimBorium (Friar) on Dec 05, 2010 at 18:21 UTC |