def configure_rally()

in pytest_rally/plugin.py [0:0]


def configure_rally(config):
    r = Rally(config.option.track_repository,
              config.option.track_revision,
              debug=config.option.debug_rally)
    r.configure()
    config.option.rally = r