MCPcopy
hub / github.com/celery/celery / test_apply_chord

Method test_apply_chord

t/unit/backends/test_rpc.py:205–207  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 3

GroupResultMethod · 0.80
raisesMethod · 0.45
apply_chordMethod · 0.45

Tested by

no test coverage detected