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

Enable CLI tests without executing actual API functionality #333

Open ckunki opened 1 year ago

ckunki commented 1 year ago

Currently each CLI test for ITDE calls ITDE's API and the test logic investigates the results and side effects of the API calls in order to detect whether the CLI parameters have been handed and processed correctly. This has the following disadvantages

The current ticket requests to enable CLI tests without needing to execute actual functionality in the API. This could simplify CLI test cases and reduce test execution duration.

Idea

tkilias commented 1 year ago

Extended Idea