Test::Verbose

Run 'make TEST_VERBOSE=1' on one or more test files
Download

Test::Verbose Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Barrie Slaymaker
  • Publisher web site:
  • http://search.cpan.org/~rbs/

Test::Verbose Tags


Test::Verbose Description

Run 'make TEST_VERBOSE=1' on one or more test files Given a list of test scripts, source file names, directories and/or package names, attempts to find and execute the appropriate test scripts.This (via the associated tv command) is useful when developing code or test scripts: just map "tv %" to a key in your editor and press it frequently (where "%" is your editor's macro for "the file being edited).Before doing anything, theTest::Verbose module identifies the working directory for the project by scanning the current directory and it's ancestors, stopping at the first directory that contains a "t" directory.If an explicitly named item (other than POD files) cannot be tested, an exception is thrown.SYNOPSIS # from the command line. man tv for more details. $ tv lib/Foo.pm # test this module $ tv t/*.t # run these tests # from a module use Test::Verbose qw( test_verbose ); test_verbose( @module_and_test_script_filenames );For more control, you can use the object oriented interface. Requirements: · Perl


Test::Verbose Related Software