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 implementations of all click commands in separate methods #235

Closed tomuben closed 2 years ago

tomuben commented 2 years ago

Background

Similar to https://github.com/exasol/script-languages-container-tool/pull/162 we need to separate click commands and implementation. This provides an access to ITDE functions from other Python libraries (and not only via CLI as now)

Acceptance Criteria

Add a new API layer