예제 #1
0
파일: cli.py 프로젝트: nvaller/zato-apitest
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)
예제 #2
0
파일: cli.py 프로젝트: nvaller/zato-apitest
def run(path):
    _run.handle(path)
예제 #3
0
def run(path, behave_options):
    _run.handle(path, behave_options)
예제 #4
0
def run(ctx, path):
    sys.exit(_run.handle(path, ctx.args))
예제 #5
0
def run(ctx, path):
    _run.handle(path, ctx.args)
예제 #6
0
def run(ctx, path):
    _run.handle(path, ctx.args)