elastic / elasticsearch-sql-odbc

ODBC driver for Elasticsearch SQL
Other
0 stars 30 forks source link

Fix: add pyodbc as instance member to testing class #156

Closed bpintea closed 5 years ago

bpintea commented 5 years ago

This PR fixes the integration testing after the attempt to make pyodbc optional, when using the integration framework for loading data into an ES instance only. It imports and adds the pyodbc module as instance member to the testing class: the local scope import alone is insufficient.