def rally()

in pytest_rally/fixtures.py [0:0]


def rally(request):
    r = request.config.option.rally
    yield r
    r.delete_config_file()