in reply to Printing number of tests (including inside subtests)
It looks like its possible (if you look at sub Test::More::subtest and sub Test::Harness::runtests )
you need prove --formatter with TAP::Parser::Formatter subclass (or actually TAP::Formatter::Base, as "TAP::Parser::Formatter " appears to be typo in prove documentation )
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Printing number of tests (including inside subtests) ( --formatter TAP::Parser::Formatter)
by MidLifeXis (Monsignor) on Jan 03, 2014 at 13:49 UTC |