Test::Nightly::Test

Test::Nightly::Test is a Perl module to make and runs your tests.
Download

Test::Nightly::Test Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Kirstin Bettiol
  • Publisher web site:
  • http://search.cpan.org/~kirstinb/Test-Nightly-0.03/lib/Test/Nightly/Test.pm

Test::Nightly::Test Tags


Test::Nightly::Test Description

Test::Nightly::Test is a Perl module to make and runs your tests. Test::Nightly::Test is a Perl module to make and runs your tests.Designed to run our tests, and then store the results back into the object. You probably should not be dealing with this module directly.SYNOPSIS use Test::Nightly::Test; my $test = Test::Nightly::Test->new(); $test->run();The following methods are available:new() my $test = Test::Nightly::Test->new({ modules => @modules, # Required. build_type => 'make' # || 'build'. 'make' is default. install_module => 'all', # || 'passed'. 'all' is default. skip_tests => 1, # skips the tests. test_directory_format => , # Optional, defaults to . test_file_format => , # Optional, defaults to . test_order => 'ordered', # || 'random'. 'ordered' is default. });Create a new Test::Nightly::Test object.modules is an array of the hash refs that include the path to the module and the build script name. It isn't required that you supply this because the directories are found from the Test::Nightly object. Basically you probably shouldn't be calling this package on it's own, rather use the Test::Nightly as your interface, but if you really want to you can. Requirements: · Perl


Test::Nightly::Test Related Software