Hi all, with the following test file how do I get prove to report 6 (assertions) rather than 2 (subtests)?
use Test::More; subtest foo => sub { ok 1; ok 2; ok 3; }; subtest bar => sub { ok 4; ok 5; ok 6; }; done_testing;
Thanks!
In reply to Count assertions by 1nickt
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |