The Test::More diag function is intended for printing out diagnostics during a test run (which I think is what you're after). Also, to output all the test names during a run you can execute
prove -vb t/instead of make test. That being said, I don't think I entirely understand your purpose here, as far as I'm concerned the test suite is supposed to consist of a list of simple checks, to make it easier to determine the cause (or at least locality) of a failure. Printing out debugging output during a normal test run doesn't seem particularly helpful to me (ok, if you're in the process of debugging a particular problem perhaps, but I'd remove that output once I've solved the problem)
In reply to Re: Testing Question
by tirwhan
in thread Testing Question
by pileofrogs
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |