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

Verify port parameters #239

Open tomuben opened 2 years ago

tomuben commented 2 years ago

Background

The forward port parameters are casted to string here and then back to int here. Check if we can't use a luigi.IntParameter instead and thus avoiding the fore-and-back-casting.