MCPcopy Create free account
hub / github.com/Flagsmith/flagsmith / change_request_feature_state

Function change_request_feature_state

api/tests/conftest.py:654–657  ·  view source on GitHub ↗
(feature, environment, change_request, feature_state)

Source from the content-addressed store, hash-verified

652
653@pytest.fixture()
654def change_request_feature_state(feature, environment, change_request, feature_state): # type: ignore[no-untyped-def]
655 feature_state.change_request = change_request
656 feature_state.save()
657 return feature_state
658
659
660@pytest.fixture()

Callers

nothing calls this directly

Calls 1

saveMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…