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

Method setUp

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

Source from the content-addressed store, hash-verified

169
170class SessionTest(unittest.TestCase):
171 def setUp(self):
172 if connection_class is None:
173 raise unittest.SkipTest('libev does not appear to be installed correctly')
174 connection_class.initialize_reactor()
175
176 # TODO: this suite could be expanded; for now just adding a test covering a PR
177 @mock_session_pools

Callers

nothing calls this directly

Calls 1

initialize_reactorMethod · 0.45

Tested by

no test coverage detected