MCPcopy Index your code
hub / github.com/apache/cassandra-python-driver / setUp

Method setUp

tests/unit/test_cluster.py:261–264  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

259
260class ExecutionProfileTest(unittest.TestCase):
261 def setUp(self):
262 if connection_class is None:
263 raise unittest.SkipTest('libev does not appear to be installed correctly')
264 connection_class.initialize_reactor()
265
266 def _verify_response_future_profile(self, rf, prof):
267 self.assertEqual(rf._load_balancer, prof.load_balancing_policy)

Callers

nothing calls this directly

Calls 1

initialize_reactorMethod · 0.45

Tested by

no test coverage detected