Package yakumo :: Module smoketest
[hide private]
[frames] | no frames]

Module smoketest

source code

Functions [hide private]
 
get_random_str(prefix='test') source code
 
test(label, condition) source code
 
show_test_summary() source code
Variables [hide private]
  SOURCE = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ...
  TEST_LOGS = []
  LOG = logging.getLogger(os.path.basename(sys.argv [0]))
  ch = logging.StreamHandler()
  formatter = logging.Formatter('%(asctime)s %(name)s %(levelnam...
  __package__ = 'yakumo'
Variables Details [hide private]

SOURCE

Value:
'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'

formatter

Value:
logging.Formatter('%(asctime)s %(name)s %(levelname)s %(message)s')