MCPcopy
hub / github.com/celery/celery / test_args

Method test_args

t/unit/worker/test_request.py:215–218  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

213 self.add.s(2, 2).set(shadow='fooxyz')).name == 'fooxyz'
214
215 def test_args(self):
216 args = (2, 2)
217 assert self.get_request(
218 self.add.s(*args)).args == args
219
220 def test_kwargs(self):
221 kwargs = {'1': '2', '3': '4'}

Callers

nothing calls this directly

Calls 2

get_requestMethod · 0.95
sMethod · 0.45

Tested by

no test coverage detected