MCPcopy Index your code
hub / github.com/Flagsmith/flagsmith / multivariate_options

Function multivariate_options

api/tests/conftest.py:577–580  ·  view source on GitHub ↗
(
    multivariate_feature: Feature,
)

Source from the content-addressed store, hash-verified

575
576@pytest.fixture()
577def multivariate_options(
578 multivariate_feature: Feature,
579) -> list[MultivariateFeatureOption]:
580 return list(multivariate_feature.multivariate_options.all())
581
582
583@pytest.fixture()

Callers

nothing calls this directly

Calls 1

allMethod · 0.45

Tested by

no test coverage detected