Package epyunit :: Module selftest
[hide private]
[frames] | no frames]

Module selftest

source code

Selftest for the package 'epyunit'.

Version: 0.2.0

Author: Arno-Can Uestuensoez

Copyright: Copyright (C) 2010-2016 Arno-Can Uestuensoez @Ingenieurbuero Arno-Can Uestuensoez

License: Artistic-License-2.0 + Forced-Fairplay-Constraints

Functions [hide private]
 
_subcall_myscript(slang, **kargs)
Calls the operational checks provided by 'myscript' for language variant.
source code
 
selftest(slang=None, **kargs)
Calls some interfaces for basic operational checks.
source code
Variables [hide private]
  __uuid__ = '9de52399-7752-4633-9fdc-66c87a9200b8'
  _appname = 'selftest'
application name
  __package__ = None
Function Details [hide private]

_subcall_myscript(slang, **kargs)

source code 

Calls the operational checks provided by 'myscript' for language variant.

Args:

slang: Programming language of called script, current supported are:

bash

python

**kargs:

out:

verbose:

debug:

Returns:
None.
Raises:
In case of assertion errors.

selftest(slang=None, **kargs)

source code 

Calls some interfaces for basic operational checks.

Args:

slang: The language type of the testscript, current availble:

perl

python

bash

**kargs:

out:

verbose:

debug:

Returns:
None.
Raises:
In case of assertion errors.