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

Module t_begin

source code

Global test counters initialization.

Functions [hide private]
 
t_begin(num_of_tests, quiet=False)
Initializes the global test counters, setting everything up to execute num_of_tests tests using t_ok and t_is.
source code
Variables [hide private]
  __package__ = 'pypower.t'
Function Details [hide private]

t_begin(num_of_tests, quiet=False)

source code 

Initializes the global test counters, setting everything up to execute num_of_tests tests using t_ok and t_is. If quiet is true, it will not print anything for the individual tests, only a summary when t_end is called.

Authors:
Ray Zimmerman (PSERC Cornell), Richard Lincoln