(s: api.Scope, iterated, iterated_with_universe, extra)
| 839 | |
| 840 | def test_iteration_exception(event_loop): |
| 841 | def logic(s: api.Scope, iterated, iterated_with_universe, extra): |
| 842 | raise ValueError("manul") |
| 843 | |
| 844 | def build(s): |
| 845 | with pytest.raises(ValueError, match="manul"): |