MCPcopy
hub / github.com/celery/celery / test_kwargs

Method test_kwargs

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

Source from the content-addressed store, hash-verified

218 self.add.s(*args)).args == args
219
220 def test_kwargs(self):
221 kwargs = {'1': '2', '3': '4'}
222 assert self.get_request(
223 self.add.s(**kwargs)).kwargs == kwargs
224
225 def test_info_function(self):
226 import random

Callers

nothing calls this directly

Calls 2

get_requestMethod · 0.95
sMethod · 0.45

Tested by

no test coverage detected