diff --git a/integration-test/.gitignore b/integration_test/.gitignore similarity index 100% rename from integration-test/.gitignore rename to integration_test/.gitignore diff --git a/integration-test/Dockerfile b/integration_test/Dockerfile similarity index 100% rename from integration-test/Dockerfile rename to integration_test/Dockerfile diff --git a/integration-test/README.md b/integration_test/README.md similarity index 100% rename from integration-test/README.md rename to integration_test/README.md diff --git a/integration-test/conftest.py b/integration_test/conftest.py similarity index 100% rename from integration-test/conftest.py rename to integration_test/conftest.py diff --git a/integration-test/pyproject.toml b/integration_test/pyproject.toml similarity index 100% rename from integration-test/pyproject.toml rename to integration_test/pyproject.toml diff --git a/integration-test/requirements.txt b/integration_test/requirements.txt similarity index 100% rename from integration-test/requirements.txt rename to integration_test/requirements.txt diff --git a/integration-test/tests/__init__.py b/integration_test/tests/__init__.py similarity index 100% rename from integration-test/tests/__init__.py rename to integration_test/tests/__init__.py diff --git a/integration-test/tests/test_basic_functionality.py b/integration_test/tests/test_basic_functionality.py similarity index 100% rename from integration-test/tests/test_basic_functionality.py rename to integration_test/tests/test_basic_functionality.py