def default_params()

in pytest_rally/plugin.py [0:0]


def default_params(track, challenge):
    return pytest.param(track, challenge, {}, id=f"{track}-{challenge}")