Test::Class::Load

Test::Class::Load is a Perl module to load Test::Class classes automatically.
Download

Test::Class::Load Ranking & Summary

Advertisement

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

Test::Class::Load Tags


Test::Class::Load Description

Test::Class::Load is a Perl module to load Test::Class classes automatically. Test::Class::Load is a Perl module to load Test::Class classes automatically.Test::Class typically uses a helper script to load the test classes. It often looks something like this: #!/usr/bin/perl -T use strict; use warnings; use lib 't/tests'; use MyTest::Foo; use MyTest::Foo::Bar; use MyTest::Foo::Baz; Test::Class->runtests;This causes a problem, though. When you're writing a test class, it's easy to forget to add it to the helper script. Then you run your huge test suite and see that all tests pass, even though you don't notice that it didn't run your new test class. Or you delete a test class and you forget to remove it from the helper script.Test::Class::Load automatically finds and loads your test classes for you. There is no longer a need to list them individually. Requirements: · Perl


Test::Class::Load Related Software