(self)
| 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(). |
no test coverage detected