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 tests into their own package #91

Open tomuben opened 3 years ago

tomuben commented 3 years ago

Background

Unit tests in exasol_integration_test_docker_environment.test should not be part of the implementation package.

Acceptance Criteria

  1. Move exasol_integration_test_docker_environment.test into separate package
  2. Also remove exasol_integration_test_docker_environment.test.utils.py (it's legacy and not used, replace by exasol_integration_test_docker_environment.testing.utils.py)
Nicoretti commented 2 years ago

I think it would be easier and therefore, make sense to this before doing #124 right?