wg-testCodebase

Langue: en

Autres versions - même langue

Version: 2009-03-02 (debian - 07/07/09)

Section: 1 (Commandes utilisateur)

NAME

testCodebase - Test WebGUI's code base.

SYNOPSIS

  testCodebase --configFile config.conf
               [--coverage]
               [--noLongTests]
               [--perlBase path]
               [--verbose]
 
  testCodebase --help
 
 

DESCRIPTION

This WebGUI utility script tests all of WebGUI's installed code base using a particular confiuration file. It uses prove to run all the WebGUI supplied test routines, located in the t subdirectory of the WebGUI root.

You should NOT use a production config file for testing, since some of the test may be destructive.

--configFile config.conf
The WebGUI config file to use. Only the file name needs to be specified, since it will be looked up inside WebGUI's configuration directory. Be aware that some of the tests may be destructive. This parameter is required.
--coverage
Turns on additional Devel::Cover based coverage tests. Note that this can take a long time to run.
--noLongTests
Prevent long tests from being run
--perlBase path
Specify a path to an alternative Perl installation you wish to use for the tests. If left unspecified, it defaults to the Perl installation in the current PATH.
--verbose
Turns on additional information during tests.
--help
Shows this documentation, then exits.

AUTHOR

Copyright 2001-2008 Plain Black Corporation.