PyTest - Parametrize
How can you combine multiple
@pytest.mark.parametrize decorators with a fixture that provides a third parameter c to test all combinations of a, b, and c?