Test::Dynamic

Automatic test counting for Test::More
Download

Test::Dynamic Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Greg Sabino Mullane
  • Publisher web site:
  • http://search.cpan.org/~turnstep/

Test::Dynamic Tags


Test::Dynamic Description

Automatic test counting for Test::More Test::Dynamic is a Perl module that helps to count your tests for you in an automatic way. When you add or remove tests, Test::Dynamic will attempt to keep track of the total correct number for you.SYNOPSIS use Test::More; use Test::Dynamic; my $tests = Test::Dynamic::count_tests ( { filehandle => \*DATA, verbose => 1, local => } ); plan tests => $tests; __DATA__ Requirements: · Perl


Test::Dynamic Related Software