slavik has asked for the wisdom of the Perl Monks concerning the following question:
I set up a class hierarchy using Test::Class and am using Test::Class::Load to load up all of these modules. I would like to be able to output test counts (pass/fail/total) per test module. I have gone through Test::Class documentation, but could not find anything.
One thing to note is that a lost of my test methods have no_plan since it allows a child class to add more tests.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Reporting test counts with Test::Class (prove)
by Anonymous Monk on Oct 18, 2013 at 00:42 UTC | |
by slavik (Initiate) on Oct 25, 2013 at 05:35 UTC |