diff options
| author | Alex <git@ajschof.me> | 2024-08-19 12:09:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-19 12:09:25 +0100 |
| commit | f28e4038d20b4630fafcae9a7825794e529bace2 (patch) | |
| tree | 0c378561e0dde843c0a281c692d137bb6bb0d0a7 /tests/test_extract_lambda.py | |
| parent | 5cc511d2afeea262db0db7039c8f83c123da77ea (diff) | |
| parent | 09b8b7903098a988a9a022d0ab607f8131c9c78f (diff) | |
| download | de-project-bentley-f28e4038d20b4630fafcae9a7825794e529bace2.tar.gz de-project-bentley-f28e4038d20b4630fafcae9a7825794e529bace2.zip | |
Merge branch 'development' into feature/test-extract-lambda
Diffstat (limited to 'tests/test_extract_lambda.py')
| -rw-r--r-- | tests/test_extract_lambda.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test_extract_lambda.py b/tests/test_extract_lambda.py index 67cb6d3..7707cbf 100644 --- a/tests/test_extract_lambda.py +++ b/tests/test_extract_lambda.py @@ -3,6 +3,9 @@ import boto3 from moto import mock_aws from unittest.mock import patch, MagicMock from unittest import TestCase +import os +import logging +import json from src.extract_lambda import ( list_existing_s3_files, connect_to_database, @@ -10,9 +13,6 @@ from src.extract_lambda import ( lambda_handler, process_and_upload_tables, ) -import os -import logging -import json @pytest.fixture(scope="class") |
