(segment)
| 438 | |
| 439 | @pytest.fixture() |
| 440 | def segment_rule(segment): # type: ignore[no-untyped-def] |
| 441 | return SegmentRule.objects.create(segment=segment, type=SegmentRule.ALL_RULE) |
| 442 | |
| 443 | |
| 444 | @pytest.fixture() |
nothing calls this directly
no test coverage detected
searching dependent graphs…