exasol / integration-test-docker-environment

A docker-based environment for integration tests with the EXASOL DB.
https://exasol.github.io/integration-test-docker-environment/
MIT License
6 stars 2 forks source link

Move get_executor_factory into the package #390

Open tkilias opened 4 months ago

tkilias commented 4 months ago

Background

We recognized that the function get_executor_factory might be needed by users of the itde to access the OS of the db container. Currently, the function is part of the test utils, which are not available in the package.

https://github.com/exasol/integration-test-docker-environment/blob/cbceeed7d4fb53872751b0dee74f7ec3dc1aa517/test/integration/helpers.py#L40

Acceptance