Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Flagsmith/flagsmith
/ another_segment
Function
another_segment
api/tests/conftest.py:435–436 ·
view source on GitHub ↗
(project: Project)
Source
from the content-addressed store, hash-verified
433
434
@pytest.fixture()
435
def
another_segment(project: Project) -> Segment:
436
return
Segment.objects.create(name=
"another_segment"
, project=project)
# type: ignore[no-any-return]
437
438
439
@pytest.fixture()
Callers
nothing calls this directly
Calls
1
create
Method · 0.45
Tested by
no test coverage detected