MCPcopy
hub / github.com/celery/celery / test_replace_run_with_autoretry

Method test_replace_run_with_autoretry

t/unit/tasks/test_tasks.py:1246–1248  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1244 self.task_replaced_by_other_task.run()
1245
1246 def test_replace_run_with_autoretry(self):
1247 with pytest.raises(Ignore):
1248 self.task_replaced_by_other_task_with_autoretry.run()
1249
1250 def test_replace_delay(self):
1251 res = self.task_replaced_by_other_task.delay()

Callers

nothing calls this directly

Calls 2

raisesMethod · 0.45
runMethod · 0.45

Tested by

no test coverage detected