diff options
| -rw-r--r-- | README.md | 8 | ||||
| -rw-r--r-- | tests/test_extract_lambda.py | 2 |
2 files changed, 8 insertions, 2 deletions
@@ -1,5 +1,13 @@ # ToteSys - Data Engineering Project +[](https://www.python.org/) +[](https://aws.amazon.com/) +[](https://www.terraform.io/) +[](https://www.postgresql.org/) +[](https://github.com/features/actions) + +[](https://github.com/ajschofield/de-project-bentley/actions/workflows/deploy.yml?query=branch%3Amain) +[](https://github.com/ajschofield/de-project-bentley/deployments/production) # Summary The project aims to implement a data platform that can extract data from an operational database, archive it in a data lake, and make it easily accessible diff --git a/tests/test_extract_lambda.py b/tests/test_extract_lambda.py index 7707cbf..fc68a4a 100644 --- a/tests/test_extract_lambda.py +++ b/tests/test_extract_lambda.py @@ -42,7 +42,6 @@ def s3_client(aws_credentials): with mock_aws(): yield boto3.client("s3") - class TestLambdaHandler: def test_lambda_handler_files_processed_and_uploaded_successfully(self, mocker): mock_db = MagicMock() @@ -126,7 +125,6 @@ class TestLambdaHandler: mock_list_existing_s3_files.assert_not_called() mock_process_and_upload_tables.assert_not_called() - class TestListExistingS3Files: def test_error_if_no_bucket(self, s3_client, caplog): logger = logging.getLogger() |
