Package qm :: Package test :: Module test
[hide private]
[frames] | no frames]

Module test

source code

Classes [hide private]
  TargetGroupField
A 'TargetGroupField' contains a target group pattern.
  Test
A 'Test' is run to check for correct behavior.
Functions [hide private]
 
set_targets(targets)
Set the available target.
source code
 
get_targets()
Get the available target.
source code
Variables [hide private]
  __the_targets = []
The global set of available targets.
  __package__ = 'qm.test'
Function Details [hide private]

set_targets(targets)

source code 

Set the available target.

'targets' -- A list of targets available for test execution.

get_targets()

source code 

Get the available target.

returns -- A list of targets available for test execution.