MCPcopy
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_calledFunction · 0.45
test_exactMethod · 0.45
test_ignored_senderMethod · 0.45
test_uid_registrationMethod · 0.45
test_robustMethod · 0.45
test_disconnectionMethod · 0.45
test_retryMethod · 0.45
test_boundmethodMethod · 0.45
test_connectMethod · 0.45

Calls 1

FaultySessionClass · 0.85

Tested by

no test coverage detected