Beispiel #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)
Beispiel #2
0
def run(path):
    _run.handle(path)
Beispiel #3
0
def run(path, behave_options):
    _run.handle(path, behave_options)
Beispiel #4
0
def run(ctx, path):
    sys.exit(_run.handle(path, ctx.args))
Beispiel #5
0
def run(ctx, path):
    _run.handle(path, ctx.args)
Beispiel #6
0
def run(ctx, path):
    _run.handle(path, ctx.args)