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

Function _summary

api/tests/unit/experimentation/test_models.py:68–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66
67
68def _summary() -> ExposuresSummary:
69 return ExposuresSummary(
70 excluded_identities=1,
71 timeseries=ExposuresTimeseries(
72 granularity="hour",
73 points=[
74 ExposuresTimeseriesPoint(
75 bucket="2026-06-01T00:00:00+00:00",
76 new_identities={"control": 10},
77 )
78 ],
79 ),
80 )
81
82
83def test_experiment_exposures__record_refresh__stores_payload_and_clears_error(

Calls 3

ExposuresSummaryClass · 0.90
ExposuresTimeseriesClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…