Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ connect
Method
connect
t/unit/backends/test_cassandra.py:197–198 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
195
pass
196
197
def
connect(self, *args, **kwargs):
198
return
FaultySession()
199
200
mod.cassandra = Mock()
201
mod.cassandra.cluster = Mock()
Callers
15
assert_signal_called
Function · 0.45
test_exact
Method · 0.45
test_ignored_sender
Method · 0.45
test_garbage_collected
Method · 0.45
test_multiple_registration
Method · 0.45
test_uid_registration
Method · 0.45
test_robust
Method · 0.45
test_disconnection
Method · 0.45
test_retry
Method · 0.45
test_retry_with_dispatch_uid
Method · 0.45
test_boundmethod
Method · 0.45
test_connect
Method · 0.45
Calls
1
FaultySession
Class · 0.85
Tested by
no test coverage detected