in reply to Reporting test counts with Test::Class

The cheap and easy way to accomplish this effect
prove classone.t
prove classtwo.t
prove classthree.t

:) I know its not very satisfying :D

  • Comment on Re: Reporting test counts with Test::Class (prove)

Replies are listed 'Best First'.
Re^2: Reporting test counts with Test::Class (prove)
by slavik (Initiate) on Oct 25, 2013 at 05:35 UTC
    In the end, I ended up using the shutdown method and tallying up the number of expected tests and number of tests that passed.