When you want to run tests against multiple test parameters, but you have to use other pytest.fixture
objects,
you can use pytest.mark.parametrize
with indirect parameter to target a fixture for extracting request.param
from parametrize list.
Example