Test::Kit

Build custom test packages with only the features you want
Download

Test::Kit Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Curtis Poe
  • Publisher web site:
  • http://search.cpan.org/~ovid/

Test::Kit Tags


Test::Kit Description

Build custom test packages with only the features you want Test::Kit is a Perl module to build custom test modules, using other test modules for parts. * kit: A set of materials or parts from which something can be assembled.How many times have you opened up a test program in a large test suite and seen 5 or 6 use Test::... lines? And then you open up a bunch of other test programs and they all have the same 5 or 6 lines. That's duplication you don't want. Test::Kit allows you to safely push that code into one custom test package and merely use that package. It does this by treating various test module's functions as pieces you can assemble together.Also, you can import 'features' to extend your testing possibilities.SYNOPSIS package My::Custom::Tests; use Test::Kit 'Test::More', 'Test::XML', 'Test::Differences', '+explain', ); Requirements: · Perl


Test::Kit Related Software