MCPcopy 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()
435def 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

createMethod · 0.45

Tested by

no test coverage detected