cc1  v2.1
CC1 source code docs
 All Classes Namespaces Files Functions Variables Pages
src.wi_tests_manage Namespace Reference

Classes

class  Commands
 Manager that stores implementation of commands as Python functions. More...

Functions

def runtest_wi

Variables

tuple BASEDIR = os.path.dirname(os.path.abspath(__file__))
tuple func = Commands.get_command(command)
tuple options = docopt.docopt(__doc__, help=True)

Function Documentation

def src.wi_tests_manage.runtest_wi (   args)

Definition at line 67 of file wi_tests_manage.py.

Variable Documentation

tuple src.wi_tests_manage.BASEDIR = os.path.dirname(os.path.abspath(__file__))

Definition at line 45 of file wi_tests_manage.py.

tuple src.wi_tests_manage.func = Commands.get_command(command)

Definition at line 118 of file wi_tests_manage.py.

tuple src.wi_tests_manage.options = docopt.docopt(__doc__, help=True)

Definition at line 111 of file wi_tests_manage.py.