Esempio n. 1
0
def demo(ctx, path):
    # We're not using tempfile.mkdtemp because we may as well be run
    # in a user-provided directory.
    path = os.path.join(path, uuid.uuid4().hex)
    cli_init(ctx, path, False)
    _run.handle(path)
Esempio n. 2
0
def run(path):
    _run.handle(path)
Esempio n. 3
0
def run(path, behave_options):
    _run.handle(path, behave_options)
Esempio n. 4
0
def run(ctx, path):
    sys.exit(_run.handle(path, ctx.args))
Esempio n. 5
0
def run(ctx, path):
    _run.handle(path, ctx.args)
Esempio n. 6
0
def run(ctx, path):
    _run.handle(path, ctx.args)