Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ test_not_implemented
Method
test_not_implemented
t/unit/app/test_builtins.py:139–141 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
137
self.task = builtins.add_chain_task(self.app)
138
139
def
test_not_implemented(self):
140
with
pytest.raises(NotImplementedError):
141
self.task()
142
143
144
class
test_chord(BuiltinsCase):
Callers
nothing calls this directly
Calls
2
raises
Method · 0.45
task
Method · 0.45
Tested by
no test coverage detected