Package pypower :: Package t :: Module t_run_tests
[hide private]
[frames] | no frames]

Module t_run_tests

source code

Run a series of tests.

Functions [hide private]
 
t_run_tests(test_names, verbose=False)
Run a series of tests.
source code
Variables [hide private]
  __package__ = 'pypower.t'
Function Details [hide private]

t_run_tests(test_names, verbose=False)

source code 

Run a series of tests.

Runs a set of tests whose names are given in the list test_names. If the optional parameter verbose is true, it prints the details of the individual tests.

Authors:
Ray Zimmerman (PSERC Cornell), Richard Lincoln