MCPcopy
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
144class test_chord(BuiltinsCase):

Callers

nothing calls this directly

Calls 2

raisesMethod · 0.45
taskMethod · 0.45

Tested by

no test coverage detected