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

Simplify DBContainerLogThread.run() by extracting sub-functions #366

Open ckunki opened 11 months ago

ckunki commented 11 months ago

Method DBContainerLogThread.run() in file eitde/lib/test_environment/database_waiters/db_container_log_thread.py is quite lengthy and complex.

The current ticket proposes to simplify the method by extracting sub-functions.