Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ test_task_wrapper_repr
Method
test_task_wrapper_repr
t/unit/worker/test_request.py:475–476 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
473
self.add.ignore_result = False
474
475
def
test_task_wrapper_repr(self):
476
assert repr(self.xRequest())
477
478
def
test_sets_store_errors(self):
479
self.mytask.ignore_result = True
Callers
nothing calls this directly
Calls
1
xRequest
Method · 0.80
Tested by
no test coverage detected