in reply to Re: Test::More test names?
in thread Test::More test names?

The names also print if you run one test at a time:
make; perl -I blib/lib t/test_name.t
Not only do you see the names of the tests, but you save time if your suite takes a long time and only one or two test files have failing tests.

Phil