MCPcopy
hub / github.com/celery/celery / test_shadow

Method test_shadow

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

Source from the content-addressed store, hash-verified

209 )
210
211 def test_shadow(self):
212 assert self.get_request(
213 self.add.s(2, 2).set(shadow='fooxyz')).name == 'fooxyz'
214
215 def test_args(self):
216 args = (2, 2)

Callers

nothing calls this directly

Calls 3

get_requestMethod · 0.95
setMethod · 0.45
sMethod · 0.45

Tested by

no test coverage detected