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