MCPcopy Create free account
hub / github.com/apache/cassandra-python-driver / setUp

Method setUp

tests/unit/io/test_twistedreactor.py:51–55  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

49 return self.connection._loop._timers
50
51 def setUp(self):
52 if twistedreactor is None:
53 raise unittest.SkipTest("Twisted libraries not available")
54 twistedreactor.TwistedConnection.initialize_reactor()
55 super(TestTwistedTimer, self).setUp()
56
57
58class TestTwistedProtocol(unittest.TestCase):

Callers

nothing calls this directly

Calls 1

initialize_reactorMethod · 0.45

Tested by

no test coverage detected