Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Flagsmith/flagsmith
/ tag
Function
tag
api/tests/conftest.py:371–372 ·
view source on GitHub ↗
(project)
Source
from the content-addressed store, hash-verified
369
370
@pytest.fixture()
371
def
tag(project):
# type: ignore[no-untyped-def]
372
return
Tag.objects.create(label=
"tag"
, project=project, color=
"#000000"
)
373
374
375
@pytest.fixture()
Callers
nothing calls this directly
Calls
1
create
Method · 0.45
Tested by
no test coverage detected