(self)
| 203 | self.b.ensure_chords_allowed() |
| 204 | |
| 205 | def test_apply_chord(self): |
| 206 | with pytest.raises(NotImplementedError): |
| 207 | self.b.apply_chord(self.app.GroupResult(), None) |
| 208 | |
| 209 | @pytest.mark.celery(result_backend='rpc') |
| 210 | def test_chord_raises_error(self): |
nothing calls this directly
no test coverage detected