Integration-Test-Docker-Environment 3.3.0, released 2024-??-??#
+Code name:
+Summary#
+Refactorings#
+-
+
#119: Refactored
pkg_resources
usage toimportlib.resources
+#420: Added file
py.typed
to enable mypy to find project specific types
+
diff --git a/index.html b/index.html index 2821f3c43..a82034547 100644 --- a/index.html +++ b/index.html @@ -224,10 +224,10 @@
This function builds all stages of the test container for the test environment. If stages are cached in a docker registry, the function is going to pull them, instead of building them. diff --git a/main/api/exasol_integration_test_docker_environment.lib.api.common.html b/main/api/exasol_integration_test_docker_environment.lib.api.common.html index 3f2690710..99248b078 100644 --- a/main/api/exasol_integration_test_docker_environment.lib.api.common.html +++ b/main/api/exasol_integration_test_docker_environment.lib.api.common.html @@ -413,6 +413,7 @@
This function pushes all stages of the test container for the test environment. If the stages do not exist locally, the system will build or pull them before the push.
This function spawns a test environment with a docker-db container and a connected test-container. The test-container is reachable by the database for output redirects of UDFs. The function returns an environment_info object, describing the environment, and a cleanup-method, which diff --git a/main/api/exasol_integration_test_docker_environment.lib.api.spawn_test_environment_with_test_container.html b/main/api/exasol_integration_test_docker_environment.lib.api.spawn_test_environment_with_test_container.html index 45f675ff4..3455f3e40 100644 --- a/main/api/exasol_integration_test_docker_environment.lib.api.spawn_test_environment_with_test_container.html +++ b/main/api/exasol_integration_test_docker_environment.lib.api.spawn_test_environment_with_test_container.html @@ -413,6 +413,7 @@
This function spawns a test environment with a docker-db container and a connected test-container. The test-container is reachable by the database for output redirects of UDFs. The function returns an environment_info object, describing the environment, and a cleanup-method, which diff --git a/main/api/exasol_integration_test_docker_environment.lib.base.abstract_task_future.html b/main/api/exasol_integration_test_docker_environment.lib.base.abstract_task_future.html index 8ae16539f..c7935bd71 100644 --- a/main/api/exasol_integration_test_docker_environment.lib.base.abstract_task_future.html +++ b/main/api/exasol_integration_test_docker_environment.lib.base.abstract_task_future.html @@ -413,6 +413,7 @@
Code name:
+#119: Refactored pkg_resources
usage to importlib.resources
#420: Added file py.typed
to enable mypy to find project specific types