MCPcopy
hub / github.com/celery/celery / test_query_task__scalar

Method test_query_task__scalar

t/unit/app/test_control.py:199–201  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

197 self.assert_broadcast_called('query_task', ids=['foo', 'bar'])
198
199 def test_query_task__scalar(self):
200 self.inspect.query_task('foo')
201 self.assert_broadcast_called('query_task', ids=('foo',))
202
203 def test_report(self):
204 self.inspect.report()

Callers

nothing calls this directly

Calls 2

query_taskMethod · 0.80

Tested by

no test coverage detected