in reply to How to get started in test first programming without writing modules? package ?
Test::Inline is a method I have used in the past. I am not convinced that it is the "one true way", but it provides another tool in the toolbox. It does allow you to keep the tests near to the section being tested, but without a folding editor, it can get ugly.
Update: I should have emphasized in the past more. I don't use this on new projects, although I do use the STDOUT / STDERR capture code it uses.
--MidLifeXis
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to get started in test first programming without writing modules? package ? (folding)
by tye (Sage) on May 17, 2011 at 19:11 UTC | |
by MidLifeXis (Monsignor) on May 18, 2011 at 12:29 UTC | |
by tye (Sage) on May 18, 2011 at 13:58 UTC |