Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
14
class
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
23
class
test_Hub:
Callers
nothing calls this directly
Calls
2
Timer
Class · 0.90
create
Method · 0.45
Tested by
no test coverage detected