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