in reply to How do you structure and run module test code?
Regarding the naming of test files, just use names that are meaningful. I always like to have an extremely simple test which does only one thing related to my code (as opposed to the generic pod/load/critic tests). I usually name it basic.t. This makes things easier to debug when things go horribly wrong.
After release, if someone submits a bug report, I normally create a dedicated test file that sensitizes that bug.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How do you structure and run module test code?
by hippo (Archbishop) on Feb 23, 2017 at 14:24 UTC |