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

Function tagged_feature

api/tests/unit/conftest.py:181–188  ·  view source on GitHub ↗
(
    feature: Feature,
    tag_one: Tag,
    tag_two: Tag,
)

Source from the content-addressed store, hash-verified

179
180@pytest.fixture
181def tagged_feature(
182 feature: Feature,
183 tag_one: Tag,
184 tag_two: Tag,
185) -> Feature:
186 feature.tags.add(tag_one, tag_two)
187 feature.save()
188 return feature
189
190
191@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…