Package TestON :: Package bin :: Module cli
[hide private]
[frames] | no frames]

Module cli

source code

Created on 20-Dec-2012


Author: Anil Kumar (anilkumar.s@paxterrasolutions.com)

cli will provide the CLI shell for teston framework.

Classes [hide private]
  CLI
command-line interface to execute the test.
  TestThread
TestThread class will handle the test execution and will communicate with the thread in the do_run.
Functions [hide private]
 
output(msg)
Simply, print the message in console
source code
 
error(msg)
print the error message.
source code
 
dictToObj(dictionary)
This will facilitates the converting of the dictionary to the object.
source code
Variables [hide private]
  dump = pprint.PrettyPrinter(indent= 4)
  introduction = "TestON is the testing framework \nDeveloped by...
  path = re.sub("teston$", "", os.getcwd())
Function Details [hide private]

dictToObj(dictionary)

source code 

This will facilitates the converting of the dictionary to the object. This method will help to send options as object format to the test.


Variables Details [hide private]

introduction

Value:
"TestON is the testing framework \nDeveloped by Paxterra Solutions (ww\
w.paxterrasolutions.com)"