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

Module t_skip

source code

Skips a number of tests.

Functions [hide private]
 
t_skip(cnt, msg='')
Skips a number of tests.
source code
Variables [hide private]
  __package__ = 'pypower.t'
Function Details [hide private]

t_skip(cnt, msg='')

source code 

Skips a number of tests.

Increments the global test count and skipped tests count. Prints 'skipped tests x..y : ' followed by the msg, unless the global variable t_quiet is true. Intended to be called between calls to t_begin and t_end.

Authors:
Ray Zimmerman (PSERC Cornell), Richard Lincoln