MCPcopy
hub / github.com/celery/celery / test_create__eventloop

Method test_create__eventloop

t/unit/worker/test_components.py:16–20  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

14class test_Timer:
15
16 def test_create__eventloop(self):
17 w = Mock(name='w')
18 w.use_eventloop = True
19 Timer(w).create(w)
20 assert not w.timer.queue
21
22
23class test_Hub:

Callers

nothing calls this directly

Calls 2

TimerClass · 0.90
createMethod · 0.45

Tested by

no test coverage detected