MCPcopy Create free account
hub / github.com/apache/impala / setup

Method setup

tests/hs2/hs2_test_suite.py:119–122  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

117 'doubleVal', 'binaryVal']
118
119 def setup(self):
120 # TODO: Rename this method to connect() and provide proper py.test setup_method().
121 # test_hs2.py is using this class as cursor.
122 self.socket, self.hs2_client = self._open_hs2_connection()
123
124 def teardown(self):
125 # TODO: Rename this method to close() and provide proper py.test teardown_method().

Calls 1

_open_hs2_connectionMethod · 0.95

Tested by

no test coverage detected