def run(): if not test.Did_init: init() test.run('database', fn_to_run_plan = run_plan)
def run(): if not test.Did_init: init() test.run('database', fn_to_run_plan=run_plan)
def run(): test.run(('web', 'database'), init_fn=init_fn, plan_globals=globals())
def run(): test.run(('web', 'database'), init_fn = init_fn, plan_globals = globals())