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

Function system_tag

api/tests/conftest.py:376–379  ·  view source on GitHub ↗
(project: Project)

Source from the content-addressed store, hash-verified

374
375@pytest.fixture()
376def system_tag(project: Project) -> Tag:
377 return Tag.objects.create( # type: ignore[no-any-return]
378 label="system-tag", project=project, color="#FFFFFF", is_system_tag=True
379 )
380
381
382@pytest.fixture()

Callers

nothing calls this directly

Calls 1

createMethod · 0.45

Tested by

no test coverage detected