MCPcopy
hub / github.com/celery/celery / test_reload_task_result

Method test_reload_task_result

t/unit/backends/test_base.py:453–456  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

451 self.b._cache['exists'] = {'result': 'group'}
452
453 def test_reload_task_result(self):
454 self.b._cache = {}
455 self.b.reload_task_result('task-exists')
456 self.b._cache['task-exists'] = {'result': 'task'}
457
458 def test_fail_from_current_stack(self):
459 import inspect

Callers

nothing calls this directly

Calls 1

reload_task_resultMethod · 0.45

Tested by

no test coverage detected