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

Module compilation_test

source code

Classes [hide private]
  CompilationTest
A CompilationTest compiles and optionally runs an executable.
  CompiledResource
A CompiledResource compiles an executable.
  ExecutableTest
An ExecuableTest runs an executable from a CompiledResource.
Functions [hide private]
 
_get_host(context, variable)
Get a host instance according to a particular context variable.
source code
Function Details [hide private]

_get_host(context, variable)

source code 

Get a host instance according to a particular context variable. Return a default 'LocalHost' host if the variable is undefined.

'context' -- The context to read the host descriptor from.

'variable' -- The name to which the host descriptor is bound.

returns -- A Host instance.