pyexasol icon indicating copy to clipboard operation
pyexasol copied to clipboard

Convert dsn_test.py

Open tomuben opened this issue 4 months ago • 1 comments

The tests in https://github.com/exasol/pyexasol/blob/master/test/integration/dsn_test.py could be a unit test. The function ExaConnection._process_dsn() uses only ExaConnection._resolve_hostname() which can easily be mocked.

tomuben avatar Sep 04 '25 17:09 tomuben