Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ test_replace_run
Method
test_replace_run
t/unit/tasks/test_tasks.py:1242–1244 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1240
self.mytask.replace(c)
1241
1242
def
test_replace_run(self):
1243
with
pytest.raises(Ignore):
1244
self.task_replaced_by_other_task.run()
1245
1246
def
test_replace_run_with_autoretry(self):
1247
with
pytest.raises(Ignore):
Callers
nothing calls this directly
Calls
2
raises
Method · 0.45
run
Method · 0.45
Tested by
no test coverage detected