Example #1
0
def run():
    if not test.Did_init: init()
    test.run('database', fn_to_run_plan = run_plan)
Example #2
0
def run():
    if not test.Did_init: init()
    test.run('database', fn_to_run_plan=run_plan)
Example #3
0
def run():
    test.run(('web', 'database'), init_fn=init_fn, plan_globals=globals())
Example #4
0
def run():
    test.run(('web', 'database'), init_fn = init_fn, plan_globals = globals())